EXE
WinGet
sql-pipe
vmvarela · 0.9.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
sql-pipe-x86-windows.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
vmvarela.sql-pipe
Version
0.9.0
Description
Read CSV from stdin, query with SQL, write CSV to stdout
License
MPL-2.0
↗
Homepage
https://github.com/vmvarela/sql-pipe
Installer URL
https://github.com/vmvarela/sql-pipe/releases/download/v0.9.0/sql-pipe-x86-windows.exe
Release Notes
🚀 Features
- --disk flag — use a file-backed SQLite temp database instead of :memory:, enabling datasets larger than available RAM. Also sets PRAGMA temp_store = FILE for transient structures. (#148)
- --json-path <path> flag — navigate to a nested JSON array before querying, using a dot-separated path (e.g. results.items). Works with queries, --columns, and --validate. Requires -I json. (#151)
🐛 Bug Fixes
- XML parser now verifies that nested closing tags match their opening tag names and exits…