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.
- Counter
Builder - Builder for MongoDB counter operations.
Functions§
- counter
- Helper function to create a counter builder.