ZIP
WinGet
PRQL compiler CLI - prqlc
PRQL Developers · 0.10.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
prqlc-v0.10.1-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
PRQL.prqlc
Version
0.10.1
Description
prqlc serves as a CLI for the PRQL compiler.
License
APACHE-2.0
↗
Homepage
https://github.com/PRQL/prql
Installer URL
https://github.com/PRQL/prql/releases/download/0.10.1/prqlc-v0.10.1-x86_64-pc-windows-msvc.zip
Upgrade Behavior
install(Install over existing)
Release Notes
- The std.sql.read_csv function and the std.sql.read_parquet function supports the sql.glaredb target. (@eitsupi, #3749)
- Fix the bug of compiling to DISTINCT ON when take 1 is used with group by for the targets sql.clickhouse, sql.duckdb and sql.postgres. (@aljazerzen, #3792)
- Enable integration tests for GlareDB. (@eitsupi, #3749)
- trapd00r/LS_COLORS, a collection of LS_COLORS definitions colorizes .prql files. (@vanillajonathan)
- vivid, a themeable LS_COLORS generator colorizes .prql file…