thedodd / wither

An ODM for MongoDB built on the official MongoDB Rust driver.
https://docs.rs/wither
Other
324 stars 40 forks source link

[Enhancement] add created at and updated at timestamps #83

Open simoneromano96 opened 3 years ago

simoneromano96 commented 3 years ago

As in the title I think that we should provide a way to handle the classic createdAt and updatedAt timestamps from ex. mongoose/typeorm.

ndelvalle commented 2 years ago

Maybe a plugin system that allows something like this (And other things) would be nice.