Silent Install HQ
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

SHA256 0cd342e8ab4785df17840d59d8566738ee04336f5012fc74161b80bd0608e30a VirusTotal ↗
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
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…