awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Dart ORM Libraries

Ranking updated Jul 13, 2026

We curate open-source GitHub repositories matching “best dart orm libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Dart ORM Libraries

Find the best repos with AI.We'll search the best matching repositories with AI.
  • simolus3/driftsimolus3 avatar

    simolus3/drift

    3,231View on GitHub↗

    Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries

    Drift is a comprehensive ORM and SQL persistence library for Dart that provides code generation, a type-safe query builder, and robust support for both SQLite and PostgreSQL, making it a flagship solution for database interactions.

    DartDatabase Schema MigrationsPostgreSQL Integrations
    View on GitHub↗3,231

Related searches

  • an object relational mapping library for Kotlin
  • an object relational mapper for Rust
  • an object relational mapper for C#
  • an object relational mapping library for Swift
  • an object relational mapping library for Java
  • an object relational mapper for PHP
  • a TypeScript-first ORM for SQL databases
  • an ORM and query builder for Go