# supermarin/ObjectiveRecord

ActiveRecord-like API for CoreData

Repository: https://github.com/supermarin/ObjectiveRecord
Canonical: https://ross.abutalabs.com/products/objectiverecord
Language: Objective-C
License: MIT
License Family: permissive
Archived: true
Last push: 2018-08-27T10:53:58+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5232, "days_push": 2928, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1286, forks 186 (observed 2026-08-28T04:04:14.810308+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: orm, database
- domain: developer-tools, mobile-development
- platform: -
- tags: core-data, active-record, objective-c, cocoapods, ios, macos

## Member repositories
- supermarin/ObjectiveRecord (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:14.810308+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:56:36.959502+00:00, confidence not recorded.
  - readme: https://github.com/supermarin/ObjectiveRecord (fetched 2026-08-28T04:04:14.810308+00:00, sha 60828f7eef48)
- Data as of 2026-08-30T08:39:29.467469+00:00.
