README
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
