freebsd-ports/databases/py-aiosqlite/distinfo
Romain Tartière 6c74f82aaf New port: databases/py-aiosqlite
aiosqlite allows interaction with SQLite databases on the main AsyncIO event
loop without blocking execution of other coroutines while waiting for queries
or data fetches. It does this by using a single, shared thread per connection.
This thread executes all actions within a shared request queue to prevent
overlapping actions.

Connection objects are proxies to the real connections, contain the shared
execution thread, and provide context managers to handle automatically closing
connections. Cursors are similarly proxies to the real cursors, and provide
async iterators to query results.

WWW: https://pypi.python.org/pypi/aiosqlite
2020-01-12 04:31:42 +00:00

3 lines
162 B
Text

TIMESTAMP = 1578801636
SHA256 (aiosqlite-0.11.0.tar.gz) = 4f02314a42db6722dc26f2a6119c64e3f05f141f57bbf2b1e1f9fd741b6d7fb8
SIZE (aiosqlite-0.11.0.tar.gz) = 10062