Skip to content

cordovapolymer/aedes-persistence-mongodb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MongoDB persistence for Aedes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%