SQLite Data SQLiteData provides type-safe SQLite access through Swift macros, simplifying database modeling and queries while handling CloudKit sync, migrations, and async patterns automatically. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. | Reference | Load When | |-----------|-----------| | Table Models | Defining tables with , setting up primary keys, columns, or enums | | Queries - Basics | Using , , , filtering, ordering, or joins | | Queries - Ad…