1 مستودع
Leverages a BNF-based interface hierarchy so the IDE suggests only valid SQL clauses and operators as you type.
Distinct from SQL Query Editors: Distinct from SQL Query Editors: focuses on the type-safe DSL design that enables IDE auto-completion, not the interactive editor interface itself.
Explore 1 awesome GitHub repository matching data & databases · IDE Auto-Completion Providers. Refine with filters or upvote what's useful.
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 a BNF-based interface hierarchy that enables IDE auto-completion for valid SQL clauses and operators.