marcoarment/FCModel
An alternative to Core Data for people who like having direct SQL access. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 4734
- days_rel: n/a
- days_push: 1144
- n_releases_24m: 0
Adoption not part of the score
1641 stars · 168 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FCModel is an Objective-C model layer on top of SQLite, offering a Core Data-like convenience while allowing direct SQL access, custom schemas, indexes, and migrations. It maps SQLite tables to model subclasses with property-to-column associations and is used in production by the author's app Overcast.
Use cases
- replace Core Data with direct SQLite access in an iOS app
- map SQLite tables to Objective-C model objects
- run raw SQL queries while keeping an object model layer
- control database schema, indexes, and migrations manually
- build a lightweight persistence layer for Mac or iOS apps
When to choose
- you want Core Data convenience but full control over SQL, schemas, and performance
- your team prefers writing raw SQLite queries and migrations
- you need a simple, lightweight ORM-style layer in Objective-C
When to avoid
- you want a fully supported, documented framework with stable API guarantees
- you need Swift-first or cross-platform persistence
- you prefer Core Data's ecosystem features like iCloud sync
Facets
library · maturity maintenance
orm database database-driver databases mobile-development developer-tools cpp sqlite core-data-alternative objective-c fmdb model-layer ios macos
1 source
- readme: https://github.com/marcoarment/FCModel · fetched 2026-08-28 · e4d75456ae7f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| marcoarment/FCModel | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="marcoarment/FCModel")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem