maritz / nohm

node.js object relations mapper (orm) for redis
http://maritz.github.io/nohm/
MIT License
500 stars 64 forks source link

Add automatic createdAt and updatedAt properties #133

Open maritz opened 6 years ago

maritz commented 6 years ago

Currently you have to create and handle the very common createdAt and updatedAt fields yourself.

It would be useful to have this done automatically on every model with the option to turn it off.