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

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

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

2 مستودعات

Awesome GitHub RepositoriesAST-Based Query Construction

Programmatically building SQL statements by manipulating a structured syntax tree.

Distinct from Advanced SQL Construct Execution: Distinct from Advanced SQL Construct Execution by focusing on the programmatic construction process via a syntax tree rather than the execution of the resulting syntax.

Explore 2 awesome GitHub repositories matching data & databases · AST-Based Query Construction. Refine with filters or upvote what's useful.

Awesome AST-Based Query Construction GitHub Repositories

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

    SeaQL/sea-orm

    9,410عرض على GitHub↗

    Sea-ORM is an asynchronous SQL object-relational mapper and database toolkit for mapping relational tables to strongly typed objects. It provides a relational database mapper for performing CRUD operations across MySQL, PostgreSQL, and SQLite, and includes a programmatic dynamic query builder for constructing complex SQL statements. The project distinguishes itself by providing a GraphQL schema generator that transforms database entities into typed schemas with built-in pagination and filters. It also features a dedicated database migration tool for defining and applying versioned schema chan

    Constructs advanced database statements programmatically by manipulating a SQL syntax tree through a tiered API.

    Rustdatabasehacktoberfestloco
    عرض على GitHub↗9,410
  • tobymao/sqlglotالصورة الرمزية لـ tobymao

    tobymao/sqlglot

    9,336عرض على GitHub↗

    sqlglot is a SQL parser and transpiler that represents queries as abstract syntax trees to enable structural analysis, modification, and semantic transformation. It functions as a dialect translator and query optimizer, converting SQL code between different database engines and simplifying syntax trees through rule-based normalization. The project provides a framework for defining custom SQL dialects by overriding tokenizers, parsers, and generators. It includes a lineage analyzer to track data flow from source tables through complex queries to identify the origin of specific columns. Additi

    Constructs SQL statements programmatically by manipulating a structured syntax tree via a builder pattern.

    Python
    عرض على GitHub↗9,336
  1. Home
  2. Data & Databases
  3. Raw SQL Execution
  4. Advanced SQL Construct Execution
  5. AST-Based Query Construction