SQLite User Forum

Incremental Blob I/O and virtual tables
Login
The [doc for blob-open][BLOB] does not say anything about virtual tables,  
yet the [doc for virtual table][VTAB] does not appear to have entry points  
for incremental blob I/O.

So is it supported?
If not, could the doc be updated to be more explicit?  
And is there any chance this could be supported in the (near) future?  
Would there be a "work-around" via vtab-specific functions to emulate it?

If it is, through which virtual-table API(s) would that work?

Thanks for details on this subject. --DD

[BLOB]: https://www.sqlite.org/c3ref/blob_open.html
[VTAB]: https://www.sqlite.org/vtab.html