Get the latest tech news
SQLiteData: A fast, lightweight replacement for SwiftData using SQL and CloudKit
A fast, lightweight replacement for SwiftData, powered by SQL. - pointfreeco/sqlite-data
This library was motivated and designed over the course of many episodes on Point-Free, a video series exploring advanced programming topics in the Swift language, hosted by Brandon Williams and Stephen Celis. SQLiteData leverages high-performance decoding from StructuredQueries to turn fetched data into your Swift domain types, and has a performance profile similar to invoking SQLite's C APIs directly. SyncUps This application is a faithful reconstruction of one of Apple's more interesting sample projects, called Scrumdinger, and uses SQLite to persist the data for meetings.
Or read this on Hacker News