1.0.1 • Published 2 years ago

mongo-level v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

mongo-level

level badge

mongo-level is an abstract-level adapter for MongoDB. While it does pass all the abstract-level tests, it is not production ready yet.

To run the tests, run the Docker compose script to start up the test DB, create an env file with the test server URI and then run the npm tests as normal:

docker compose up
echo 'TEST_MONGO_URI=mongodb://test-user:test-pass@127.0.0.1:27017/mongo-level-test?replicaSet=dbrs' > .env
npm run test