danvergara / dblab

The database client every command line junkie deserves.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-fresh Session/Connection

danvergara opened this issue · comments

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 behavior: when that happen, dblab should return an error message.

Describe the solution you'd like

It would be nice if dblab let you know that the session/connection has expired and then display some sort of form to get the new values for a new database connection (just like pgweb does).

Describe alternatives you've considered

Another options is just stop the execution and show an error message on the std output.