Skip to content
Advertisement

Tag: auto-increment

Mongoose auto increment

According to this mongodb article it is possible to auto increment a field and I would like the use the counters collection way. The problem with that example is that I don’t have thousands of people typing the data in the database using the mongo console. Instead I am trying to use mongoose. So my schema looks something like this:

Advertisement