pointfreeco/sqlite-data
A fast, lightweight replacement for SwiftData, powered by SQL and supporting CloudKit synchronization. observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 99
- Release rhythm 98
- Longevity 45
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 8.5
- age_days: 630
- days_rel: 14
- days_push: 7
- n_releases_24m: 39
Adoption not part of the score
1898 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SQLiteData is a fast, lightweight Swift persistence library that serves as a drop-in replacement for SwiftData, built on top of GRDB. It provides @Table and @Fetch property wrappers for SQL-backed models with automatic SwiftUI observation and CloudKit synchronization and sharing.
Use cases
- replace SwiftData with a faster SQL-backed persistence layer
- sync app data across devices via CloudKit
- query SQLite with type-safe Swift models in SwiftUI apps
- observe database changes reactively outside of views
- share data between users with CloudKit sharing
When to choose
- you want SwiftData-like ergonomics but with direct SQL control and better performance
- your SwiftUI app needs CloudKit sync without writing CloudKit code
- you need fine-grained, testable database observation
When to avoid
- you have no SQLite knowledge and prefer pure object-graph persistence
- you target platforms outside Apple's ecosystem
- you need a server-side or cross-platform ORM
Facets
library · maturity active
database orm database-driver databases mobile-development developer-tools swiftdata-replacement grdb sqlite cloudkit-sync swiftui observation persistence swift ios macos mobile desktop
4 sources
- readme: https://github.com/pointfreeco/sqlite-data · fetched 2026-08-28 · b2ed89addea0
- homepage: https://www.pointfree.co · fetched 2026-08-29 · b0c56cc8b0c1
- site_page: https://www.pointfree.co/about · fetched 2026-08-29 · c3a02fbfb680
- site_page: https://www.pointfree.co/pricing · fetched 2026-08-29 · 3ca41bd90916
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pointfreeco/sqlite-data | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="pointfreeco/sqlite-data")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem