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

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

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

1 مستودع

Awesome GitHub RepositoriesSQL Abstract Syntax Trees

Structured tree representations of SQL queries used for engine-agnostic transformation and compilation.

Distinct from Abstract Syntax Tree Parsing: Distinct from general AST parsing: focuses specifically on SQL query structures for cross-dialect compilation.

Explore 1 awesome GitHub repository matching software engineering & architecture · SQL Abstract Syntax Trees. Refine with filters or upvote what's useful.

Awesome SQL Abstract Syntax Trees GitHub Repositories

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

    SeaQL/sea-query

    1,725عرض على GitHub↗

    Sea-query is a database abstraction library for Rust that provides a fluent builder pattern for constructing type-safe SQL queries. It functions as a framework for defining and managing database schemas and queries through code, allowing developers to generate syntactically valid statements for multiple database engines without relying on manual string concatenation. The library distinguishes itself by using an abstract syntax tree to model queries, which enables engine-agnostic transformations and compilation into specific SQL dialects. This architecture supports cross-database portability,

    Models queries as structured trees to enable engine-agnostic transformations and compilation into specific SQL dialects.

    Rustdatabasehacktoberfestmariadb
    عرض على GitHub↗1,725
  1. Home
  2. Software Engineering & Architecture
  3. Abstract Syntax Tree Parsing
  4. SQL Abstract Syntax Trees