awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

1 repositorio

Awesome GitHub RepositoriesType-Safe Key Comparisons

Compares primary and foreign key columns through generated embeddable records, preventing mismatched key usage in queries.

Distinct from Foreign Key Constraints: Distinct from Foreign Key Constraints: provides compile-time type safety for key comparisons rather than runtime constraint enforcement.

Explore 1 awesome GitHub repository matching data & databases · Type-Safe Key Comparisons. Refine with filters or upvote what's useful.

Awesome Type-Safe Key Comparisons GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jooq/jooqAvatar de jOOQ

    jOOQ/jOOQ

    6,666Ver en GitHub↗

    jOOQ is a type-safe SQL query builder for Java that generates code from live database schemas, enabling compile-time validation of SQL syntax and data types. Its core identity is built around a fluent DSL that mirrors SQL structure, a code generator that maps tables, views, and routines to Java objects, and a multi-dialect engine that translates the same DSL into vendor-specific SQL for over 30 databases. The project also includes a SQL parser and transformer for refactoring or dialect conversion, reactive stream integration for non-blocking query execution, and a JDBC proxy diagnostics tool f

    Compares primary and foreign key columns through generated embeddable records to prevent mismatched key usage.

    Javacode-generatordatabasedb2
    Ver en GitHub↗6,666
  1. Home
  2. Data & Databases
  3. Foreign Key Constraints
  4. Type-Safe Key Comparisons