Module mongodb

Module mongodb 

Source
Expand description

MongoDB counter-based sequence pattern.

MongoDB doesn’t have native sequences, but you can implement them using a counter collection with findAndModify.

Structs§

Counter
A counter-based sequence for MongoDB.
CounterBuilder
Builder for MongoDB counter operations.

Functions§

counter
Helper function to create a counter builder.