awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesPre-Emulation Transformations

Applies 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.

Explore 1 awesome GitHub repository matching data & databases · Pre-Emulation Transformations. Refine with filters or upvote what's useful.

Awesome Pre-Emulation Transformations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jooq/jooqjOOQ का अवतार

    jOOQ/jOOQ

    6,666GitHub पर देखें↗

    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

    Provides pre-rendering query model transformations for dialect compatibility.

    Javacode-generatordatabasedb2
    GitHub पर देखें↗6,666
  1. Home
  2. Data & Databases
  3. SQL Dialect Adapters
  4. SQL Construct Emulations
  5. Pre-Emulation Transformations