This is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe.
This is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe.
To install sqlitewrapped, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sqlitewrapped
To see what files were installed by sqlitewrapped, run:
port contents sqlitewrapped
To later upgrade sqlitewrapped, run:
sudo port selfupdate && sudo port upgrade sqlitewrapped
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.