macaron icon indicating copy to clipboard operation
macaron copied to clipboard

Adding a rawDataField and pickleField

Open FrViPofm opened this issue 10 years ago • 1 comments

Hi, There is a way to store data in sqlite. See : http://stackoverflow.com/questions/198692/can-i-pickle-a-python-dictionary-into-a-sqlite3-text-field

So it would be nice to have a class to store it, and also raw data (JSON - but JSON can be stores in text, PNG...)

Thanks for your work !

FrViPofm avatar Dec 10 '14 22:12 FrViPofm

Hi, Storing a raw or pickled data to DB may be sometimes needed, I think, too. It seems to be worth to implemented and I'll foretaste its effects. Thank you!

nobrin avatar Dec 13 '14 01:12 nobrin