awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSQL Construct Emulations

Automatic rewriting of SQL constructs like INSERT..RETURNING for databases that lack native support, using generated metadata.

Distinct from SQL Dialect Adapters: Distinct from SQL Dialect Adapters: focuses on emulating specific SQL constructs for unsupported databases, not general dialect translation.

Explore 1 awesome GitHub repository matching data & databases · SQL Construct Emulations. Refine with filters or upvote what's useful.

Awesome SQL Construct Emulations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jooq/jooqjOOQ 的头像

    jOOQ/jOOQ

    6,666在 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

    Automatically rewrites SQL constructs like INSERT..RETURNING for databases that lack native support, using generated metadata about keys and identities.

    Javacode-generatordatabasedb2
    在 GitHub 上查看↗6,666
  1. Home
  2. Data & Databases
  3. SQL Dialect Adapters
  4. SQL Construct Emulations

探索子标签

  • Pre-Emulation TransformationsApplies pattern-based transformations to the query object model before dialect-specific SQL rendering and emulation. **Distinct from SQL Construct Emulations:** Distinct from SQL Construct Emulations: focuses on pre-processing the query model before emulation, not on emulating specific SQL constructs for unsupported databases.