An open API service indexing awesome lists of open source software.

https://github.com/sagebind/dbpipe

Command-line SQL client for piping data in and out of a database
https://github.com/sagebind/dbpipe

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# dbpipe

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

Rows can be piped out in CSV or JSON format.

```sh
dbpipe select column1, column2 from table1 where column3 = 42
```

## Installation

Binaries are available on the [Releases](https://github.com/sagebind/dbpipe/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.