python-aiosqlite
AsyncIO bridge to the standard python sqlite3 module
aiosqlite replicates the standard sqlite3 module, but with async versions of all the standard connection and cursor methods, and context managers for automatically closing connections.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / python-aiosqlite
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-aiosqlite && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
aiosqlite-0.20.0.tar.gz | 0000021691 21.2 KB | |
python-aiosqlite.changes | 0000002508 2.45 KB | |
python-aiosqlite.spec | 0000001973 1.93 KB |
Revision 8 (latest revision is 9)
Dirk Mueller (dirkmueller)
committed
(revision 8)
- update to 0.20.0: * Connection `.close()` method is now idempotent * Performance improvements in connection thread and event loop * Updated contributor guide * Tested on Python 3.12 * Dropped support for Python 3.7
Comments 0