awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • seaql/sea-querySeaQL का अवतार

    SeaQL/sea-query

    1,725GitHub पर देखें↗

    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