awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesJDBC Proxy Diagnostics

Detection of inefficient SQL patterns like duplicate statements, unnecessary columns, and excessive row fetching through JDBC monitoring.

Distinct from SQL Query Optimizations: Distinct from SQL Query Optimizations: focuses on runtime diagnostics via JDBC proxying rather than query rewriting or normalization techniques.

Explore 1 awesome GitHub repository matching data & databases · JDBC Proxy Diagnostics. Refine with filters or upvote what's useful.

Awesome JDBC Proxy Diagnostics GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jooq/jooqAvatar von jOOQ

    jOOQ/jOOQ

    6,666Auf GitHub ansehen↗

    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

    Detects inefficient SQL patterns like duplicate statements, unnecessary columns, and excessive row fetching through JDBC monitoring.

    Javacode-generatordatabasedb2
    Auf GitHub ansehen↗6,666
  1. Home
  2. Data & Databases
  3. SQL Query Optimizations
  4. JDBC Proxy Diagnostics