dblab is a fast and lightweight interactive terminal based UI application for PostgreSQL and MySQL, written in Go and works on OSX, Linux and Windows machines. dblab was created as an attempt to build very simple and portable application to work with local or remote PostgreSQL/MySQL databases.
dblab is a fast and lightweight interactive terminal based UI application for PostgreSQL and MySQL, written in Go and works on OSX, Linux and Windows machines. dblab was created as an attempt to build very simple and portable application to work with local or remote PostgreSQL/MySQL databases.
To install dblab, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dblab
To see what files were installed by dblab, run:
port contents dblab
To later upgrade dblab, run:
sudo port selfupdate && sudo port upgrade dblab
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.