Package Exports
- aedes-persistence-mongodb
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (aedes-persistence-mongodb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
aedes-persistence-mongodb
Aedes persistence, backed by MongoDB.
See aedes-persistence for the full API, and Aedes for usage.
Install
npm i aedes aedes-persistence-mongodb --saveAPI
aedesPersistenceMongoDB([opts])
Creates a new instance of aedes-persistence-mongodb. It accepts a connections string url.
Example:
aedesPersistenceMongoDB({
url: 'mongodb://127.0.0.1/aedes-test'
})License
MIT