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
·

Swift ORM Libraries

Ranking aktualisiert am 13. Juli 2026

For an object relational mapping library for Swift, the strongest matches are groue/grdb.swift (GRDB), tencent/wcdb (WCDB is a robust object-relational mapping framework for SQLite) and stephencelis/sqlite.swift (This library provides a type-safe wrapper and ORM layer). vapor/fluent is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

Wir kuratieren Open-Source GitHub Repositories passend zu „best swift orm libraries“. Die Ergebnisse sind nach Relevanz für deine Suche sortiert — nutze die Filter unten oder verfeinere die Suche mit KI.

Swift ORM Libraries

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • groue/grdb.swiftAvatar von groue

    groue/GRDB.swift

    8,209Auf GitHub ansehen↗

    GRDB.swift is a comprehensive SQLite toolkit and object-relational mapper for Swift. It provides a database wrapper that handles local data persistence, connection management, and encrypted file storage for Apple platforms. The library features a dedicated observation framework that tracks database changes to automatically synchronize the application state and user interface in real time. It distinguishes itself with a type-safe query builder and a protocol-based mapping system that converts database rows into structured Swift objects. The toolkit covers a broad range of administrative and o

    GRDB.swift is a comprehensive SQLite toolkit and ORM for Swift that provides a type-safe query builder, robust model mapping, migration management, and full support for modern Swift concurrency.

    SwiftSchema MigrationsType-Safe Query BuildersDatabase Schema Migrations
    Auf GitHub ansehen↗8,209
  • tencent/wcdbAvatar von Tencent

    Tencent/wcdb

    11,502Auf GitHub ansehen↗

    WCDB is a cross-platform storage layer and embedded database engine that serves as a framework for SQLite. It functions as an object relational mapper, linking application classes to database tables to enable data operations via objects rather than raw queries. The project is distinguished by an integrated encryption layer for securing data at rest and a full-text search engine that uses language-specific tokenizers for text lookups. It also features transparent field compression to reduce storage footprints and a connection-pooling model to coordinate simultaneous read and write operations a

    WCDB is a robust object-relational mapping framework for SQLite that provides type-safe query building, model mapping, and migration management, making it a direct fit for your Swift database needs.

    CDatabase MigrationsObject-Relational MappingType-Safe Query Builders
    Auf GitHub ansehen↗11,502
  • stephencelis/sqlite.swiftAvatar von stephencelis

    stephencelis/SQLite.swift

    10,167Auf GitHub ansehen↗

    SQLite.swift is a type-safe Swift wrapper and object-relational mapping layer that provides a bridge for interacting with SQLite databases. It functions as a database driver that allows for embedded database management and local data persistence within Swift applications. The project distinguishes itself through a type-safe expression builder that verifies SQL statement syntax and intent at compile time. It includes specialized support for high-performance text matching via full-text search integration and provides mechanisms for securing sensitive data through database encryption. The libra

    This library provides a type-safe wrapper and ORM layer for SQLite in Swift, offering robust model mapping, schema migration support, and a compile-time verified query builder.

    SwiftDatabase MigrationsSchema MigrationsType-Safe Query Builders
    Auf GitHub ansehen↗10,167
  • vapor/fluentAvatar von vapor

    vapor/fluent

    1,405Auf GitHub ansehen↗

    Vapor ORM (queries, models, and relations) for NoSQL and SQL databases

    Fluent is the primary ORM for the Swift ecosystem, providing a type-safe query builder, robust model mapping, migration management, and native support for SQLite with full async/await integration.

    SwiftDatabase DriversDatabase Libraries
    Auf GitHub ansehen↗1,405

Related searches

  • a database library for Swift applications
  • an object relational mapping library for Kotlin
  • an object relational mapping library for Dart
  • an object relational mapper for Rust
  • an object relational mapper for C#
  • a testing framework for Swift applications
  • an object relational mapper for PHP
  • Netzwerk-Bibliothek für iOS-Apps in Swift