This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author waldhol
Recipients berker.peksag, ghaering, jim_minter, palaviv, serhiy.storchaka, waldhol
Date 2018-11-08.06:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541660069.93.0.788709270274.issue24905@psf.upfronthosting.co.za>
In-reply-to
Content
I am looking forward for this to be included.

My main use case is on restricted IoT devices, where I need to handle BLOBs of 2MB size.
As this is larger than my available RAM, I store need to store them in the filesystem today.

This is ugly because it is not part of the atomic commit of the database.

I would very much appreciate if I could get a file-like API for BLOBs in sqlite.
History
Date User Action Args
2018-11-08 06:54:30waldholsetrecipients: + waldhol, ghaering, berker.peksag, serhiy.storchaka, jim_minter, palaviv
2018-11-08 06:54:29waldholsetmessageid: <1541660069.93.0.788709270274.issue24905@psf.upfronthosting.co.za>
2018-11-08 06:54:29waldhollinkissue24905 messages
2018-11-08 06:54:28waldholcreate