pirkle Plugin
A fast CLI to query CSV, SQLite, and JSON files using PRQL.
Commands
pirkle self version— Print pirkle versionpirkle _ _— Passthrough to pirkle CLI
Installation
cargo install pirkle
Examples
pirkle --format json query 'from users | filter age > 18 | select {name, email}'
Key Features
- PRQL queries — Expressive pipelined query language
- Multi-format — CSV, SQLite, JSON support
- Pipeline-ready — stdin/stdout support
- Multiple output formats — table, csv, jsonl, logfmt