1.3.0 • Published 4 years ago

@endb/mongo v1.3.0

Weekly downloads
29
License
MIT
Repository
github
Last release
4 years ago

@endb/mongo

MongoDB adapter for Endb

Installation

npm install @endb/mongo

Usage

const Endb = require('endb');
const endb = new Endb('mongodb://user:pass@localhost:27017/dbname');
const EndbMongo = require('@endb/mongo');

const store = new EndbMongo({
  uri: 'mongodb://user:pass@localhost:27017/dbname',
  collection: 'cache',
});
const endb = new Endb({ store });
1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

1.0.1

4 years ago