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
- Python version: Any version >= 3.11
- aiosqlite version: 0.19.0