BSON Timestamp in a mongoose schema #14619
Unanswered
blowfishlol
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Not currently, but we will look into adding that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to have a BSON Timestamp as a mongoose schema?
https://www.mongodb.com/docs/manual/reference/bson-types/#timestamps
The use case for this is that we are processing several information from mongo's changestream and we need to store the clusterTime given by the events to maintain order of the events.
Thanks in advance 😃
Beta Was this translation helpful? Give feedback.
All reactions