1 مستودع
Defining persistent data entities and their properties directly in source code instead of external schema files.
Distinguishing note: Existing candidates focus on security persistence or game entity properties, not a general code-first schema approach for mobile persistence.
Explore 1 awesome GitHub repository matching mobile development · Code-First Model Definitions. 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
Allows the definition of persistent entities using Swift classes and property wrappers, removing the need for XML model files.