mongo-level
v1.0.1
Published
A rewrite of the mongodown project that uses the new abstract-level library.
Downloads
3
Maintainers
Readme
mongo-level
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:[email protected]:27017/mongo-level-test?replicaSet=dbrs' > .env
npm run test