Ross ROSS = Recommend OSS · open-source software intelligence for agents

pointfreeco/sqlite-data

A fast, lightweight replacement for SwiftData, powered by SQL and supporting CloudKit synchronization. observed · 2026-08-28

github.com/pointfreeco/sqlite-data · homepage · Swift · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
pointfreeco/sqlite-datamain88

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