Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 664 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 664 Bytes

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 --save

API

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