{"library":"aiosqlite","type":"library","category":null,"description":"aiosqlite provides a friendly, async interface to SQLite databases, replicating the standard `sqlite3` module but with asynchronous versions of all connection and cursor methods. It enables interaction with SQLite databases on the main AsyncIO event loop without blocking, utilizing a single, shared thread per connection for query execution. The current version is 0.22.1, and it maintains an active release cadence.","language":"python","status":"active","version":"0.22.1","tags":["asyncio","sqlite","database","orm"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install aiosqlite","imports":["import aiosqlite\nasync with aiosqlite.connect(...)"]}],"homepage":null,"github":"https://github.com/omnilib/aiosqlite","docs":"https://aiosqlite.omnilib.dev","changelog":null,"pypi":"https://pypi.org/project/aiosqlite/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.23,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/aiosqlite/compatibility"}}