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
- Host: GitHub
- URL: https://github.com/sagebind/dbpipe
- Owner: sagebind
- License: mit
- Created: 2021-09-02T18:57:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T17:02:35.000Z (over 4 years ago)
- Last Synced: 2025-09-28T05:49:22.853Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.