Package python3-module-aiosqlite: Information

  • Default inline alert: Version in the repository: 0.20.0-alt1

Binary package: python3-module-aiosqlite
Version: 0.19.0-alt2
Architecture: noarch
Build time:  Oct 13, 2023, 04:54 PM
Source package: python3-module-aiosqlite
Report package bug
License: MIT
Summary: asyncio bridge to the standard sqlite3 module
Description: 
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. It can also be used in
the traditional, procedural manner. aiosqlite also replicates most of
the advanced features of sqlite3

Maintainer: Stanislav Levin


Last changed


May 15, 2023 Stanislav Levin 0.19.0-alt2
- Rebuilt with flit-core 3.9.0.
May 15, 2023 Michael Shigorin 0.19.0-alt1.1
- fix build --without check
May 6, 2023 Anton Zhukharev 0.19.0-alt1
- New version.