This module allows Ruby programs to interface with the SQLite3 database engine (https://www.sqlite.org). You must have the SQLite engine installed in order to build this module. Note that this module is NOT compatible with SQLite 2.x.
This module allows Ruby programs to interface with the SQLite3 database engine (https://www.sqlite.org). You must have the SQLite engine installed in order to build this module. Note that this module is NOT compatible with SQLite 2.x.
To install rb-sqlite3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-sqlite3
To see what files were installed by rb-sqlite3, run:
port contents rb-sqlite3
To later upgrade rb-sqlite3, run:
sudo port selfupdate && sudo port upgrade rb-sqlite3
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.