0.1.0 • Published 9 years ago
@warp-works/mongo-persistence v0.1.0
WarpWors/mongo-persistence
MongoDB persistence for WarpJS
Install
npm install --save @warp-works/mongo-persistenceUsage
const Persistence = require('@warp-works/mongo-persistence');
const persistence = new Persistence('some-host', 'db-name');
persistence.documents('collection-name')
.then(console.log)
.finally(() => {
persistence.close();
});TODO: Document more.
0.1.0
9 years ago