Crates.io | prql-compiler |
lib.rs | prql-compiler |
version | 0.12.2 |
source | src |
created_at | 2022-06-26 22:14:08.500024 |
updated_at | 2024-06-10 06:44:04.535991 |
description | PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement. |
homepage | |
repository | https://github.com/PRQL/prql |
max_upload_size | |
id | 613829 |
size | 2,003 |
prqlc
is the reference implementation of a compiler from PRQL to SQL, written
in Rust.
Since the previous name of this crate was prql-compiler
, we maintain a crate
with this name which re-exports prqlc
's items, allowing
backward-compatibility.
But we recommend you instead use prqlc
.