A command line database client
This project is in Alpha Status
dbc allows you to
- ... connect to Postgres, Sqlite3 and Oracle databases
- ... fire SQL statements agains them
- ... see results from queries
- ... export results to CSV, Insert, Excel
To be done..
curl -sSf https://raw.githubusercontent.com/tmuerell/dbc/main/install.sh | bash
You need to have rust (https://rustup.sh) installed.
- Clone the repository
- Run
cargo install
ora
postgres
sqlite
There is help in the program available. Just run dbc --help
.