macaron
macaron copied to clipboard
Adding a rawDataField and pickleField
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 !
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!