awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesCore Data Persistence Wrappers

Type-safe Swift interfaces designed to simplify the management of Apple's Core Data framework.

Distinct from Core Data Utilities: Existing candidates are either too generic or focused on debugging, whereas this is a structural wrapper for the framework itself.

Explore 1 awesome GitHub repository matching mobile development · Core Data Persistence Wrappers. Refine with filters or upvote what's useful.

Awesome Core Data Persistence Wrappers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • johnestropia/corestoreالصورة الرمزية لـ JohnEstropia

    JohnEstropia/CoreStore

    4,055عرض على GitHub↗

    CoreStore is a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs using the Core Data framework. It functions as an atomic persistence manager that executes data updates within transactional blocks to ensure changes are either fully saved or rolled back to prevent state corruption. The project provides a dedicated framework for performing sequential schema migrations through defined version chains and a type-safe object mapping system for importing external JSON data into persistent entities using Swift protocols. It includes a data binding la

    Provides a type-safe Swift interface and persistence wrapper for managing local data storage using Core Data.

    Swiftcarthagecocoapodscore-data
    عرض على GitHub↗4,055
  1. Home
  2. Mobile Development
  3. Core Data Persistence Wrappers