Skip to content

Commit

Permalink
feat: optimise and test code for various versions of MongoDB i.e. v3.…
Browse files Browse the repository at this point in the history
…4, v3.6, v4.0, v4.2

Code base optimized and tested against

MongoDB v3.4, v3.6, v4.0, v4.2
Node version v8, v10 and v12

There was an issue why publishing from previous pull #2 . Redo to ensure correct semver numbers set
  • Loading branch information
mernxl authored Dec 5, 2019
1 parent 215de33 commit e9489ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ console.log(droid1.make) ---> '18Y4434'
It may arise that you need to query and use the nextId to at the front-end. In this case, you just need to
get an instance of the Assigner, then use the `getNextId` method. It is async method as it queries for `Number` and `String` cases.
### Strain test
## Strain test
* Performs the task below on a locally hosted db instance.
* On CI/CD environment, tests ran using [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server), on v3.4, v3.6, v4.0 and v4.2 on node v12, v10, v8
Expand Down

0 comments on commit e9489ac

Please sign in to comment.