awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ponyorm/ponyAvatar ponyorm

    ponyorm/pony

    3,822Vezi pe 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
    Vezi pe GitHub↗3,822
  1. Home
  2. Data & Databases
  3. SQL Query Optimizations
  4. AST-Based Query Translation