psql
CLIPostgreSQL interactive terminal, used non-interactively for one-shot queries and scripts.
Run one query and print only the valueVerified macOS · Linux
psql "$DATABASE_URL" -Atc 'SELECT count(*) FROM tools'+3 more matching recipesdata4 recipes · 4 verified
sqlite3
CLICommand-line shell for SQLite databases. Preinstalled on macOS; apt install sqlite3 on Linux.
data5 recipes · 5 verified
csvkit
CLIA suite of utilities for converting and working with CSV files.
data3 recipes
duckdb
CLIIn-process analytical SQL database engine.
data2 recipes