sq

last updated: Aug 19, 2024

https://sq.io/

sq is a free/libre open-source data wrangling swiss-army knife to inspect, query, join, import, and export data. You could think of sq as jq for databases and documents, facilitating one-liners like:

sq '@postgres_db | .actor | .first_name, .last_name | .[0:5]'

Looks like a very neat tool for querying databases in a jq style, I've not tried it yet

↑ up