/dbpipe

Command-line SQL client for piping data in and out of a database

Primary LanguageRustMIT LicenseMIT

dbpipe

Command-line SQL client for piping data in and out of a database.

Rows can be piped out in CSV or JSON format.

dbpipe select column1, column2 from table1 where column3 = 42

Installation

Binaries are available on the Releases page.

Usage

See the output of dbpipe --help for usage.

License

This project is licensed under the MIT license. See the file for details.