awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 个仓库

Awesome GitHub RepositoriesCore Data Tools

Frameworks and wrappers for managing Core Data stacks.

Explore 13 awesome GitHub repositories matching part of an awesome list · Core Data Tools. Refine with filters or upvote what's useful.

Awesome Core Data Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • magicalpanda/magicalrecordmagicalpanda 的头像

    magicalpanda/MagicalRecord

    10,713在 GitHub 上查看↗

    MagicalRecord is a data persistence library and wrapper for Core Data that implements the Active Record pattern. It maps database rows directly to object instances, allowing for the creation, update, and retrieval of records without writing manual query logic. The project functions as a mapping layer that synchronizes object properties with a managed object context. It utilizes generic-based type resolution and model-class querying to enable data fetching directly on model classes, which removes the need for a separate external manager and reduces repetitive fetch request boilerplate. The li

    Easy fetching and management for Core Data.

    Objective-C
    在 GitHub 上查看↗10,713
  • johnestropia/corestoreJohnEstropia 的头像

    JohnEstropia/CoreStore

    4,055在 GitHub 上查看↗

    CoreStore 是一个类型安全的 Swift 接口和持久化包装器,用于使用 Core Data 框架管理本地数据存储和对象图。它作为一个原子持久化管理器,在事务块内执行数据更新,以确保更改要么完全保存,要么回滚以防止状态损坏。 该项目提供了一个专用框架,用于通过定义的版本链执行顺序模式迁移,以及一个类型安全的对象映射系统,用于使用 Swift 协议将外部 JSON 数据导入持久化实体。 它包括一个数据绑定层,用于通过属性包装器和读取器组件将持久化实体与 SwiftUI 视图同步。该系统还支持具有结构化过滤和排序的类型安全数据获取,以及用于监控对象和列表更改的观察工具。

    Provides a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs.

    Swiftcarthagecocoapodscore-data
    在 GitHub 上查看↗4,055
  • rentzsch/mogeneratorrentzsch 的头像

    rentzsch/mogenerator

    3,020在 GitHub 上查看↗

    Core Data code generation

    Automatic code generation for Core Data models.

    Objective-C
    在 GitHub 上查看↗3,020
  • 3lvis/sync3lvis 的头像

    3lvis/Sync

    2,543在 GitHub 上查看↗

    JSON to SwiftData and back. SwiftData Sync.

    Modern synchronization between JSON and Core Data.

    Swift
    在 GitHub 上查看↗2,543
  • drewmccormack/ensemblesdrewmccormack 的头像

    drewmccormack/ensembles

    1,630在 GitHub 上查看↗

    A synchronization framework for Core Data.

    Synchronization framework for Core Data applications.

    Objective-C
    在 GitHub 上查看↗1,630
  • onthecodepath/ios-interview-questionsonthecodepath 的头像

    onthecodepath/iOS-Interview-Questions

    987在 GitHub 上查看↗

    This project is a curated collection of technical questions and answers designed to assist developers in preparing for software engineering interviews within the iOS ecosystem. It serves as a structured study tool for evaluating proficiency in mobile application architecture, system design, and core programming concepts. The repository provides a comprehensive reference for essential development topics, including memory management, concurrency, design patterns, and data persistence. By covering these foundational areas, it enables users to review common industry interview subjects and test th

    Offers frameworks and wrappers for managing object graph persistence within a centralized data stack.

    interview-practiceinterview-questionsios
    在 GitHub 上查看↗987
  • cosmicmind/graphCosmicMind 的头像

    CosmicMind/Graph

    873在 GitHub 上查看↗

    Graph is a semantic database that is used to create data-driven applications.

    Data-driven framework for managing Core Data.

    Swiftcoredatacosmicminddata
    在 GitHub 上查看↗873
  • jessesquires/jsqcoredatakitjessesquires 的头像

    jessesquires/JSQCoreDataKit

    615在 GitHub 上查看↗

    A swifter Core Data stack

    Simplified stack for Core Data.

    Swiftcore-datacoredataios
    在 GitHub 上查看↗615
  • krakendev/predikitKrakenDev 的头像

    KrakenDev/PrediKit

    536在 GitHub 上查看↗

    An NSPredicate DSL for iOS, OSX, tvOS, & watchOS. Inspired by SnapKit and lovingly written in Swift.

    NSPredicate DSL inspired by modern Swift syntax.

    Swift
    在 GitHub 上查看↗536
  • tadija/aerecordtadija 的头像

    tadija/AERecord

    303在 GitHub 上查看↗

    Super awesome Swift minion for Core Data (iOS, macOS, tvOS)

    Swift wrapper for simplifying Core Data operations.

    Swift
    在 GitHub 上查看↗303
  • albertodebortoli/skopelosalbertodebortoli 的头像

    albertodebortoli/Skopelos

    239在 GitHub 上查看↗

    A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing Core Data. Swift flavour.

    Minimalistic Active Record implementation for Core Data.

    Swift
    在 GitHub 上查看↗239
  • deeje/cloudcoredeeje 的头像

    deeje/CloudCore

    161在 GitHub 上查看↗

    Robust CoreData-CloudKit synchronization: offline editing, relationships, private, shared and public databases, field-level deltas, encrypted values, cacheable assets, and more.

    Synchronization framework for CloudKit and Core Data.

    Swiftcloudkitcoredataios
    在 GitHub 上查看↗161
  • andreadelfante/predicateflowandreadelfante 的头像

    andreadelfante/PredicateFlow

    100在 GitHub 上查看↗

    Write amazing, strong-typed and easy-to-read NSPredicate.

    Strongly-typed DSL for building NSPredicates.

    Swift
    在 GitHub 上查看↗100
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Core Data Tools

探索子标签

  • Persistence WrappersType-safe interfaces that wrap underlying database frameworks to simplify object graph management. **Distinct from Core Data Tools:** Specific to the wrapper pattern providing type-safety, whereas Core Data Tools is a broader category of utilities.