an SQLite interface for the Pure programming language
pure-sql3 is a wrapper around SQLite’s C interface that provides Pure programers access to almost all of SQLite’s features, including many that are not available through Pure’s generic ODBC interface.
pure-sql3 is a wrapper around SQLite’s C interface that provides Pure programers access to almost all of SQLite’s features, including many that are not available through Pure’s generic ODBC interface.
To install pure-sql3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pure-sql3
To see what files were installed by pure-sql3, run:
port contents pure-sql3
To later upgrade pure-sql3, run:
sudo port selfupdate && sudo port upgrade pure-sql3
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.