awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • seaql/sea-queryAvatar SeaQL

    SeaQL/sea-query

    1,725Vezi pe 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
    Vezi pe GitHub↗1,725
  1. Home
  2. Software Engineering & Architecture
  3. Abstract Syntax Tree Parsing
  4. SQL Abstract Syntax Trees