1 Repo
Specialized utilities for querying local databases within iOS applications.
Distinct from Database Query Translators: Specifically for iOS local store querying, distinct from deployment or packaging tools.
Explore 1 awesome GitHub repository matching mobile development · iOS Database Query Tools. 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
Provides specialized tools for querying local databases within iOS applications using concise request logic.