supermarin/ObjectiveRecord
ActiveRecord-like API for CoreData observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: 5232
- days_rel: n/a
- days_push: 2928
- n_releases_24m: 0
Adoption not part of the score
1286 stars · 186 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ObjectiveRecord is a lightweight ActiveRecord-style wrapper around Apple's Core Data framework for Objective-C. It provides Rails-like class methods for creating, finding, sorting, and deleting managed objects without boilerplate AppDelegate or fetch request code.
Use cases
- query core data entities with a simple active record api
- create and save managed objects without writing fetch requests
- find records with predicates or dictionary conditions
- sort and limit core data query results
- count entities with aggregation helpers
- work with custom managed object contexts
When to choose
- you use Core Data in an Objective-C iOS or macOS app and want a concise Rails-like API
- you want to eliminate repetitive NSFetchRequest boilerplate
- you prefer dictionary- or string-based finders over raw predicates
When to avoid
- your project is in Swift and you want a Swift-native Core Data wrapper
- you need a library under active development with recent releases
- you use a database other than Core Data
Facets
library · maturity maintenance
orm database developer-tools mobile-development core-data active-record objective-c cocoapods ios macos
1 source
- readme: https://github.com/supermarin/ObjectiveRecord · fetched 2026-08-28 · 60828f7eef48
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| supermarin/ObjectiveRecord | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="supermarin/ObjectiveRecord")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem