[New-bugs-announce] [issue24905] Allow incremental I/O to blobs in sqlite3

Jim Minter report at bugs.python.org
Fri Aug 21 10:05:21 CEST 2015


New submission from Jim Minter:

SQLite supports incremental I/O to blobs, i.e. the capability to stream reads and writes to blobs without having to load the entire blob into memory first.  See https://www.sqlite.org/c3ref/blob_open.html for more details on the C API.

It'd be nice if it were possible to do this in Python using sqlite3 (it is already possible with apsw).

----------
messages: 248945
nosy: jim_minter
priority: normal
severity: normal
status: open
title: Allow incremental I/O to blobs in sqlite3
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24905>
_______________________________________


More information about the New-bugs-announce mailing list