1 مستودع
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.
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.