@platform/fsdb.mongo

Standard IDb abstraction over mongodb.

Usage no npm install needed!

<script type="module">
  import platformFsdbMongo from 'https://cdn.skypack.dev/@platform/fsdb.mongo';
</script>

README

Module License: MIT NPM banner

Standard IDb abstraction over mongodb.

 

Setup

yarn add @platform/fsdb.mongo

 

Test

To run integration tests against a live mongo database add a .env file to the root with:

MONGO_TEST="<connection-string>"

The run the integration tests:

yarn run test:integration