sq icon
sq icon

sq

 1 like

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]'

sq screenshot 1

License model

  • FreeOpen Source

Platforms

  • Linux
  • Windows
  • Mac
  • Homebrew
  • Docker
  • Kubernetes
  No rating
1 like
0comments
0 news articles

Features

Suggest and vote on features
  1.  Command line interface
  2.  Data export/import

sq News & Activities

Highlights All activities

Recent activities

Show all activities

sq information

  • Developed by

    Neil O'Toole
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

GitHub repository

  •  2,259 Stars
  •  33 Forks
  •  29 Open Issues
  •   Updated Mar 17, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about sq, and it has gotten 1 likes

sq was added to AlternativeTo by Paul on Oct 10, 2024 and this page was last updated Oct 10, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is sq?

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]'

sq executes jq-like queries, or database-native SQL. It can join across sources: join a CSV file to a Postgres table, or MySQL with Excel.

sq outputs to a multitude of formats including JSON, Excel, CSV, HTML, Markdown and XML, and can insert query results directly to a SQL database.

sq can also inspect sources to view metadata about the source structure (tables, columns, size). You can use sq diff to compare tables, or entire databases. sq has commands for common database operations to copy, truncate, and drop tables.

Official Links