awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • seaql/sea-queryAvatar de SeaQL

    SeaQL/sea-query

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