aiosqlite provides a friendly, async interface to sqlite databases. It replicates the standard sqlite3 module, but with async versions of all the standard connection and cursor methods, plus context managers for automatically closing connections and cursors.
aiosqlite provides a friendly, async interface to sqlite databases. It replicates the standard sqlite3 module, but with async versions of all the standard connection and cursor methods, plus context managers for automatically closing connections and cursors.
To install py39-aiosqlite, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-aiosqlite
To see what files were installed by py39-aiosqlite, run:
port contents py39-aiosqlite
To later upgrade py39-aiosqlite, run:
sudo port selfupdate && sudo port upgrade py39-aiosqlite
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.