0.1.0
版本发布时间: 2022-03-21 14:38:57
PRQL/prql最新发布版本:0.13.0(2024-07-26 01:27:49)
PRQL just hit 0.1!
A huge thank you to the contributors to this release:
Aljaž Mur Eržen (@aljazerzen), Andrey Popp (@andreypopp), Daniel Gasienica (@gasi), Daniel Jones (@danjones1618), Ian Fisher (@iafisher), Kyle Wigley (@kwigley), Maximilian Roos (@max-sixty), Peder Bergebakken Sundt (@pbsds), charlie sando (@qorrect), and shota kizawa (@kiibo382).
0.1 means:
- It works™, for basic transformations such as
filter
,select
,aggregate
,take
,sort
, &join
. Variables (derive
), functions (func
) and CTEs (table
) work.- More advanced language features are forthcoming, like better inline pipelines, window clauses, and arrays.
- It's not friendly at the moment:
- It runs from a CLI only, taking input from a file or stdin and writing to a file or stdout.
- Error messages are bad.
- For an interactive experience, combine with a tool like Up.
- The documentation is lacking.
- Our current top priority is to have some decent documentation #233.
- It doesn't support changing the dialect.
- It has bugs. Please report them!
- It has sharp corners. Please report grazes!
- We'll release backward-incompatible changes. The versioning system for the language is not yet implemented.
Give it a try and let us know your feedback — cargo install prql
.
There's much more on the Readme, including examples, how to contribute, and a Roadmap.