
A Python 3 module for using sqlite with asyncio. It allows interaction with SQLite databases on the main asyncio event loop without blocking execution of other coroutines while waiting for queries or data fetches.
This package installs the library for Python 3.