dsq

Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more.

OTHER License

Downloads
9
Stars
3.6K
Committers
14

Bot releases are hidden (Show)

dsq - 0.7.0

Published by eatonphil over 2 years ago

  • Support for querying Apache ORC files courtesy of @gl28 🎆
dsq - 0.6.0

Published by eatonphil over 2 years ago

Features

  • Adds support for specifying path to array of objects nested in objects
    • By extension, adds support for querying Excel files with multiple sheets

Performance

  • Switches internally to goccy/go-json from the standard library's JSON library
  • Use prepared statements for loading data into database
dsq - 0.5.0

Published by eatonphil over 2 years ago

dsq - 0.4.0

Published by eatonphil over 2 years ago

Performance improvements. See https://github.com/multiprocessio/datastation/pull/164 for details.

dsq - 0.3.0

Published by eatonphil over 2 years ago

This release adds support for concatenated json (.cjson files) and pretty printing (opt in with the -p or --pretty flag).

dsq - 0.2.0

Published by eatonphil over 2 years ago

This release adds support for querying nested values. See https://github.com/multiprocessio/dsq#nested-object-values for details.

dsq - 0.2.0-rc1

Published by eatonphil over 2 years ago

dsq - 0.1.0

Published by eatonphil almost 3 years ago

Binaries are provided below for macOS, Linux and Windows on amd64 (x86_64).

Install instructions are here. Basically: download for your system, unzip, and add dsq to your $PATH.

dsq - 0.1.0-rc1

Published by eatonphil almost 3 years ago