One of the missing elements while using MongoDB is lack of the auto-increment fields,
commonly called sequences (e.g. in PostgreSQL).
For MongoDB Atlas (managed MongoDB solution) there is a posibility to mimic this
feature using database triggers (as mentioned on MongoDB page). Continue reading →