crate / crate-clients-tools

Clients, tools, and integrations for CrateDB.
https://crate.io/docs/clients/
Apache License 2.0
2 stars 1 forks source link

PRQL: Pipelined Relational Query Language #129

Open amotl opened 1 week ago

amotl commented 1 week ago

About

A modern language for transforming data.

— a simple, powerful, pipelined SQL replacement

Details

Pipelined Relational Query Language, pronounced “Prequel”.

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement. Like SQL, it’s readable, explicit and declarative. Unlike SQL, it forms a logical pipeline of transformations, and supports abstractions such as variables and functions. It can be used with any database that uses SQL, since it compiles to SQL. -- https://prql-lang.org/book/

Resources