You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python builtin sqlite3 module gained support for streaming into and out of blob entries with the blobopen method. This is exactly the kind of thing async is nice for :)
Details
Python version: Any version >= 3.11
aiosqlite version: 0.19.0
The text was updated successfully, but these errors were encountered:
Description
The python builtin sqlite3 module gained support for streaming into and out of blob entries with the
blobopen
method. This is exactly the kind of thing async is nice for :)Details
The text was updated successfully, but these errors were encountered: