# Python : Database : aiosqlite \[ [src](https://github.com/omnilib/aiosqlite/) | [docs](https://aiosqlite.omnilib.dev/en/stable/) | [api](https://aiosqlite.omnilib.dev/en/stable/api.html) ] "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." TODO