This is libsdb, the simple database library, which provides a way to support multiple database management systems in an application with negligeable overhead, in terms of code as well as system resources.
This is libsdb, the simple database library, which provides a way to support multiple database management systems in an application with negligeable overhead, in terms of code as well as system resources.
To install libsdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsdb
To see what files were installed by libsdb, run:
port contents libsdb
To later upgrade libsdb, run:
sudo port selfupdate && sudo port upgrade libsdb
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.