3 Repos
Utilities for SQL transpilation, orchestration, and development workflows.
Explore 3 awesome GitHub repositories matching part of an awesome list · SQL Development Tools. Refine with filters or upvote what's useful.
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
Transpiler for translating between multiple SQL dialects.
SQLMesh is a project of the Linux Foundation .
Framework for data transformation, modeling, and unit testing.
yato — yet another transformation orchestrator yato is the smallest orchestrator on Earth to orchestrate SQL data transformations on top of DuckDB. You just give a folder with SQL queries and it guesses the DAG and runs the queries in the right order.
Lightweight SQL orchestrator for task execution.