omnilib / aiosqlite

asyncio bridge to the standard sqlite3 module
https://aiosqlite.omnilib.dev
MIT License
1.16k stars 93 forks source link

Feature request: Support for Connection.blobopen #272

Open jgarvin opened 8 months ago

jgarvin commented 8 months ago

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