Playing with #Sqlite and #Python today.
And then I got curious about dumping my objects ala pickle into a database. and then it hit me.


Dump an object into a relational database. rather map them from one form to another.


That is what #Django’s ORM (is) does. (as do other Python ORMs)




Original: https://toots.dgplug.org/@jason/110729430806357247

#sqlite, #python, #django