omnilib / aiosqlite

asyncio bridge to the standard sqlite3 module

Home Page:https://aiosqlite.omnilib.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Support for Connection.blobopen

jgarvin opened this issue · comments

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