Open jgarvin opened 10 months ago
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 :)
blobopen
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