Does Mongo db have a built in feature to auto increment document versions

200 Views Asked by At

Does Mongo DB has any built-in feature to auto increment versions of a document. If the newly inserted document is different then to create a new version and save previous as history. I have referred to the MongoDB Document Versioning Pattern blog, want to know if there is this feature built in?

0

There are 0 best solutions below