# JohnEstropia/CoreStore

Unleashing the real power of Core Data with the elegance and safety of Swift

Repository: https://github.com/JohnEstropia/CoreStore
Canonical: https://ross.abutalabs.com/products/corestore
Language: Swift
License: MIT
License Family: permissive
Topics: swift, coredata, core-data, swift-package-manager, cocoapods, carthage
Last push: 2026-07-29T04:56:44+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 95, release rhythm 8, longevity 100
- inputs: {"age_days": 4280, "days_push": 35, "days_rel": 671, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4047, forks 258 (observed 2026-08-28T04:08:33.707200+00:00)

## What it is
CoreStore is a Swift library that wraps Apple's Core Data framework with a type-safe, elegant API. It provides safe transactions, migrations, observation, and a modern data stack for Apple-platform apps.

## Use cases
- manage Core Data persistence in Swift apps
- perform safe Core Data migrations
- observe and react to Core Data changes
- set up an in-memory or local data store
- run type-safe Core Data transactions
- query and fetch entities with a clean Swift API

## When to choose
- you use Core Data on iOS/macOS and want a safer, more expressive Swift API
- you need robust migration and transaction handling
- you want reactive observation of data changes in Apple apps

## When to avoid
- you are not on Apple platforms or not using Swift
- you prefer SQLite directly or a cross-platform ORM
- your project uses an older Swift or OS version than supported

## Facets
- artifact type: library
- maturity: active
- function: orm, database, database-driver
- domain: databases, mobile-development, developer-tools
- platform: -
- tags: core-data, swift, persistence, data-stack, migrations, cocoapods, swift-package-manager, ios, macos, watchos, tvos

## Member repositories
- JohnEstropia/CoreStore (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:33.707200+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-29T18:23:41.853641+00:00, confidence not recorded.
  - readme: https://github.com/JohnEstropia/CoreStore (fetched 2026-08-28T04:08:33.707200+00:00, sha b681764ce866)
- Data as of 2026-08-30T08:39:29.467469+00:00.
