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

stephencelis/SQLite.swift

A type-safe, Swift-language layer over SQLite3. observed · 2026-08-28

github.com/stephencelis/SQLite.swift · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

82/100

  • Activity 98
  • Release rhythm 50
  • Longevity 100
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: 133.5
  • age_days: 4351
  • days_rel: 178
  • days_push: 13
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

10188 stars · 1611 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A type-safe Swift-language layer over SQLite3 that provides compile-time confidence in SQL statement syntax and intent. It offers a pure-Swift interface with an expression builder, chainable lazy-executing queries, and automatically-typed data access.

Use cases

  • store structured app data locally on iOS or macOS
  • query a SQLite database with type-safe Swift expressions
  • run schema migrations for a local database
  • use full-text search over a local SQLite database
  • encrypt a local database with SQLCipher in Swift
  • replace raw SQL strings with a compile-time checked query builder

When to choose

  • you are building a Swift app (iOS, macOS, or Linux) that needs local SQLite persistence
  • you want compile-time safety for SQL queries instead of raw string SQL
  • you need optional-aware Swift types mapped to nullable database columns
  • you want SQLCipher encryption support via Swift Package Manager

When to avoid

  • you need a cross-platform ORM with server database backends like PostgreSQL or MySQL
  • you are not developing in Swift
  • you need an async/await-first or reactive database layer with heavy concurrency features
  • you need a full-featured ORM with relationships, lazy loading, and change tracking

Facets

library · maturity stable

database database-driver orm databases developer-tools mobile-development cross-platform sqlite type-safe swift query-builder sqlcipher full-text-search ios macos linux

1 source

Member repositories

RepositoryRoleHealth v2
stephencelis/SQLite.swiftmain82

For agents

markdown · JSON · MCP: product_card(name="stephencelis/SQLite.swift")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem