GigaBASE is object-relational embedded database engine for C++ applications. It provides SQL-like query language, smart C++ interface (loading objects instead of tupples), transaction based on shadowing page algorithm (no separate log file and very fast).
GigaBASE is object-relational embedded database engine for C++ applications. It provides SQL-like query language, smart C++ interface (loading objects instead of tupples), transaction based on shadowing page algorithm (no separate log file and very fast).
To install gigabase, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gigabase
To see what files were installed by gigabase, run:
port contents gigabase
To later upgrade gigabase, run:
sudo port selfupdate && sudo port upgrade gigabase
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.