1 repositorio
Análisis de sentencias de consulta SQL para determinar las tablas requeridas y generar la lógica de ejecución correspondiente.
Diferente de SQL Statement Parsing: Se centra en el uso de SQL analizado para generar código, mientras que el padre se centra en el análisis mecánico de las sentencias.
Explore 1 awesome GitHub repository matching data & databases · Análisis de Query-to-Code. Refine with filters or upvote what's useful.
xo is a tool for generating type-safe Go models and query execution code from SQL database schemas and queries. It functions as a multi-dialect SQL tool supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server to produce idiomatic source code. The project uses a template-based generation system, allowing the structure and logic of the generated database source code to be defined through customizable text templates. It also includes a database schema visualizer that analyzes table relationships and definitions to create visual diagrams and structured documentation. The tool's ca
Parses custom SQL queries to identify required tables and generate corresponding execution code.