1 dépôt
Utilities that wrap complex database fetch requests into simplified, high-level query methods.
Distinct from Request Wrappers: Focuses on simplifying query generation for local stores, unlike networking request wrappers or UI generators.
Explore 1 awesome GitHub repository matching data & databases · Fetch Request Wrappers. Refine with filters or upvote what's useful.
MagicalRecord is a data persistence library and wrapper for Core Data that implements the Active Record pattern. It maps database rows directly to object instances, allowing for the creation, update, and retrieval of records without writing manual query logic. The project functions as a mapping layer that synchronizes object properties with a managed object context. It utilizes generic-based type resolution and model-class querying to enable data fetching directly on model classes, which removes the need for a separate external manager and reduces repetitive fetch request boilerplate. The li
Wraps complex Core Data fetch requests into concise, high-level query methods to reduce boilerplate.