awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesTypesafe Query API Generators

Creates type-safe query APIs from labeled SQL statements that return typed objects and accept typed parameters.

Distinct from Query Generators: Distinct from Query Generators: generates type-safe APIs, not just query strings.

Explore 1 awesome GitHub repository matching data & databases · Typesafe Query API Generators. Refine with filters or upvote what's useful.

Awesome Typesafe Query API Generators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sqldelight/sqldelightAvatar de sqldelight

    sqldelight/sqldelight

    6,827Ver en GitHub↗

    SQLDelight is a Kotlin database library that validates SQL schema, statements, and migrations at compile time, generating type-safe Kotlin query functions from labeled SQL files. It treats SQL as the source of truth for database definitions, catching schema errors during the build process before they reach production. The library supports multiple database dialects including SQLite, MySQL, PostgreSQL, HSQL, and H2, and generates platform-specific code for Android, iOS, JVM, and JavaScript targets. It provides a platform-specific driver abstraction that handles database connectivity difference

    Creates functions from labeled SQL statements that return typed objects and accept typed parameters.

    Kotlinkotlin-multiplatformsqlsqldelight
    Ver en GitHub↗6,827
  1. Home
  2. Data & Databases
  3. Database Query Execution
  4. Query Generators
  5. Typesafe Query API Generators