omnilib / aiosqlite

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

Feature request: Support for Connection.blobopen #272

Open jgarvin opened 10 months ago

jgarvin commented 10 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