BigSQL is a PostgreSQL client (not unlike psql). It enables the user to send SQL to a server and display the result. Written in Cocoa, it is quite pretty.
BigSQL is a PostgreSQL client (not unlike psql). It enables the user to send SQL to a server and display the result. Written in Cocoa, it is quite pretty.
To install BigSQL, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install BigSQL
To see what files were installed by BigSQL, run:
port contents BigSQL
To later upgrade BigSQL, run:
sudo port selfupdate && sudo port upgrade BigSQL
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.