how to have creationtimestamp/updatetimestamp features in mongodb with panache #31794
doogle-oss
started this conversation in
Community
Replies: 2 comments 4 replies
-
@loicmathieu is there any suggesstion |
Beta Was this translation helpful? Give feedback.
0 replies
-
With MongoDB you can use a custom Codec Provider or a Command Listener to build something similar. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how to have creationtimestamp/updatetimestamp features in mongodb with panache
in Hibernate ORM we have @CreationTimeStamp and @UpdateTimestamp but with mongodb/panache is it available?? or there is something we need to do at mongo db level.
Beta Was this translation helpful? Give feedback.
All reactions