awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesAST-Based Query Translation

Systems that analyze abstract syntax trees of programming language expressions to generate optimized SQL.

Distinct from SQL Query Optimizations: Distinct from general SQL optimization: specifically focuses on the translation of high-level language constructs (like Python generators) into SQL via AST analysis.

Explore 1 awesome GitHub repository matching data & databases · AST-Based Query Translation. Refine with filters or upvote what's useful.

Awesome AST-Based Query Translation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ponyorm/ponyAvatar de ponyorm

    ponyorm/pony

    3,822Ver en GitHub↗

    Pony is a Python object-relational mapper that maps classes to relational database tables using an object-oriented interface. It serves as a relational database toolkit providing the means to manage database transactions, identity mapping, and the lazy loading of related records. The project is distinguished by a SQL query translator that converts Python generator expressions into optimized SQL queries by analyzing the abstract syntax tree. It also includes a visual database schema designer for creating entity-relationship diagrams to automatically generate and synchronize relational database

    Translates Python generator expressions into optimized SQL queries by analyzing the abstract syntax tree.

    Pythoncockroachcockroachdbmysql
    Ver en GitHub↗3,822
  1. Home
  2. Data & Databases
  3. SQL Query Optimizations
  4. AST-Based Query Translation