Curious about what a modern alternative to SwiftData looks like?

• Works everywhere (SwiftUI, UIKit, AppKit, ...)
• Value types instead of reference types
• Full access to SQL
• iCloud sync and sharing
• Type-safe & schema-safe tools

Well…
https://www.pointfree.co/collections/tours/tour-of-sqlitedata

Tours › Tour of SQLiteData

[SQLiteData] is our alternative to SwiftData. It's built on top of the battle-tested SQLite database, gives you full access to everything SQL has to offer, allows you to embrace all of Swift's most powerful domain modeling tools, such as structs and enums, and even allows you to sync your user's data across all of their devices and share records with other iCloud users for collaboration. Join us for a tour of the library where we build a moderately complex app from scratch to show off many of the library's features. [SQLiteData]: https://github.com/pointfreeco/sqlite-data