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 py38-aiosqlite, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-aiosqlite
To see what files were installed by py38-aiosqlite, run:
port contents py38-aiosqlite
To later upgrade py38-aiosqlite, run:
sudo port selfupdate && sudo port upgrade py38-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.