fx tool · 0.1.0
fxql
One-shot SQLite CLI for fx projects. Open a file DB under --allow, run one SQL statement, print table or TSV.
Install
Requires fx 0.9.6+ (with --cli).
Download Windows or Linux x86_64 binaries from
GitHub Releases.
Quick start
fxql --allow . demo.db "SELECT 1 AS n;"
fxql --allow . --tsv demo.db "SELECT name FROM sqlite_master;"
Links
Part of the fx tools season · GPL-3.0 · LedoCorp