awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ponyorm/ponyالصورة الرمزية لـ ponyorm

    ponyorm/pony

    3,822عرض على 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
    عرض على GitHub↗3,822
  1. Home
  2. Data & Databases
  3. SQL Query Optimizations
  4. AST-Based Query Translation