awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesiOS Database Query Tools

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.

Awesome iOS Database Query Tools GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • magicalpanda/magicalrecordAvatar von magicalpanda

    magicalpanda/MagicalRecord

    10,713Auf GitHub ansehen↗

    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.

    Objective-C
    Auf GitHub ansehen↗10,713
  1. Home
  2. Mobile Development
  3. iOS Database Query Tools