GUI for inspecting and querying Microsoft Access databases.
gmdb2 is the official GUI of mdbtools, an open-source effort to read data stored in proprietary Microsoft Access databases. It reads files with the .mdb and .accdb extensions, letting the user run queries, export data, and view a list of stored macros.
gmdb2 is the official GUI of mdbtools, an open-source effort to read data stored in proprietary Microsoft Access databases. It reads files with the .mdb and .accdb extensions, letting the user run queries, export data, and view a list of stored macros.
To install gmdb2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gmdb2
To see what files were installed by gmdb2, run:
port contents gmdb2
To later upgrade gmdb2, run:
sudo port selfupdate && sudo port upgrade gmdb2
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.