nobrin / macaron

A simple O/R mapper for SQLite
http://nobrin.github.com/macaron/
MIT License
31 stars 8 forks source link

Adding a rawDataField and pickleField #34

Open FrViPofm opened 9 years ago

FrViPofm commented 9 years ago

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 !

nobrin commented 9 years ago

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!