BiggerSQL is a tool that (like psql) allows you to execute SQL on a PostgreSQL server. Type text into the top pane, see if it is successful in the middle pane, and see the results of a query in the table at the bottom. Using tool tips, you can see the type of the result -- just let your cursor linger over the column. BiggerSQL builds on BigSQL.
BiggerSQL is a tool that (like psql) allows you to execute SQL on a PostgreSQL server. Type text into the top pane, see if it is successful in the middle pane, and see the results of a query in the table at the bottom. Using tool tips, you can see the type of the result -- just let your cursor linger over the column. BiggerSQL builds on BigSQL.
To install BiggerSQL, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install BiggerSQL
To see what files were installed by BiggerSQL, run:
port contents BiggerSQL
To later upgrade BiggerSQL, run:
sudo port selfupdate && sudo port upgrade BiggerSQL
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.