1 Repo
Tools that translate high-level data transformation languages into standard SQL dialects for database execution.
Distinct from SQL Query Builders: Distinct from SQL Query Builders: focuses on language-level transpilation of functional pipelines rather than programmatic SQL construction.
Explore 1 awesome GitHub repository matching data & databases · Transpilers. Refine with filters or upvote what's useful.
PRQL is a functional, modular data transformation language that serves as a compiler for relational data pipelines. It allows developers to write expressive, pipelined queries that are translated into standard SQL dialects. By abstracting complex data manipulation into a readable, sequential syntax, the project enables the construction of maintainable workflows that remain independent of specific database engines. The language distinguishes itself through a robust compilation infrastructure that performs type validation and relational algebra analysis before generating target-specific code. I
Compiles high-level, functional data transformation pipelines into standard SQL for execution across multiple database engines.