1 مستودع
Using language protocols to map external data formats to internal persistent entities based on unique identities.
Distinct from Protocol Resource Mappings: The candidates focus on network protocols or identity bridging, not the mapping of external JSON to local persistence via Swift protocols.
Explore 1 awesome GitHub repository matching data & databases · Protocol-Based Data Mapping. 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
Imports external JSON data into persistent entities using a protocol-based identity system for mapping.