dblab
dblab copied to clipboard
The database client every command line junkie deserves.
**Is your feature request related to a problem? Please describe.** Many other database clients stores the encrypted connection, somewhere. It'd be nice to have something like that available on dblab....
**Is your feature request related to a problem? Please describe.** It's odd to see that when a database container is shutting down, dblab doesn't do anything about it. The expected...
**Is your feature request related to a problem? Please describe.** I was using dblab, and I noticed that I had to enter my configuration every time I run dblab without...
# Pull Request Template ## Description Saving the config when`dblab` is executed for the first time, or if we run `dblab` with the flag `--config` The new config will be...
**Is your feature request related to a problem? Please describe.** I have a database with multiple schemas, but I am unable to select the schemas that I need. **Describe the...
**Is your feature request related to a problem? Please describe.** For some people, the terminal is a little less expressive than the desktop or web applications, so we can provide...
Hello, most databases I have to work with have no password for root user. They use socket auth instead. ``` mysql -S /var/run/mysqld/mysqld.sock ``` ``` -S, --socket=name The socket file...
I would like to have support for oracle databases `go_ora` maybe?
**Is your feature request related to a problem? Please describe.** can you please add an option to open up a db in readonly mode? **Describe the solution you'd like** a...