PRQL is a modern language for transforming data
published on 2024/02/20
- PRQL is concise, with abstractions such as variables & functions
- PRQL is database agnostic, compiling to many dialects of SQL
- PRQL isn’t limiting — it can contain embedded SQL where necessary
- PRQL has bindings to most major languages (and more are in progress)
- PRQL allows for column lineage and type inspection (in progress)