1 مستودع
Tools and wrappers specifically designed to extend or simplify the Apple Core Data persistence framework.
Distinct from Core Data Tools: Existing candidates focus on general schema migration or non-Apple data management; this is specifically for the Core Data ecosystem.
Explore 1 awesome GitHub repository matching mobile development · Core Data Frameworks. Refine with filters or upvote what's useful.
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 dedicated framework for managing Core Data stacks and performing sequential schema migrations.