mongo-level
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i mongo-level

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

24.9 kB

Total Files

21

Last publish

Collaborators

  • kianm