ccgus/fmdb
A Cocoa / Objective-C wrapper around SQLite observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 72
- Release rhythm 8
- Longevity 100
Flags: no_license
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: n/a
- age_days: 5902
- days_rel: n/a
- days_push: 171
- n_releases_24m: 0
Adoption not part of the score
13836 stars · 2733 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
FMDB is an Objective-C wrapper around the SQLite database engine for Cocoa and Cocoa Touch applications. It provides a clean, object-oriented API for executing SQL statements, querying results, and managing SQLite databases on Apple platforms.
Use cases
- store app data locally in an iOS app with SQLite
- run SQL queries from Objective-C or Swift without writing C code
- use full-text search (FTS) in a mobile app database
- encrypt a local SQLite database with SQLCipher
- migrate an app's database schema across app versions
When to choose
- you're building an iOS, macOS, or other Apple-platform app in Objective-C or Swift and want a mature SQLite wrapper
- you need direct SQL control rather than a full ORM
- you want optional FTS or SQLCipher support via CocoaPods subspecs
When to avoid
- you're not on an Apple/Cocoa platform
- you want a high-level ORM with model mapping and migrations out of the box
- you're using a cross-platform framework like Flutter or React Native with its own storage layer
Facets
library · maturity stable
database database-driver orm databases mobile-development developer-tools cpp sqlite objective-c cocoa cocoapods sqlcipher fts ios macos swift
1 source
- readme: https://github.com/ccgus/fmdb · fetched 2026-08-28 · 74b2167366cc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ccgus/fmdb | main | 55 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem