Kaizen Today I Learned by Ville Säävuori

Posts tagged databases

Automatic Last Modified Field With MongoDB

MongoDB Realm is a great Firebase alternative that is backed by a “proper” database. I was missing automatic created_at and last_modified_at helpers from Django in a MongoDB project so I implemented them using triggers. Turns out it wasn’t as straightforward as I thought but still pretty simple in the end.

· Read the full article →