oursql is a set of MySQL bindings for python with a focus on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors.
oursql is a set of MySQL bindings for python with a focus on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors.
To install py35-oursql, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py35-oursql
To see what files were installed by py35-oursql, run:
port contents py35-oursql
To later upgrade py35-oursql, run:
sudo port selfupdate && sudo port upgrade py35-oursql
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.