tpmongo
v0.0.6
Published
temporal-mongo
Downloads
8
Readme
tpmongo
temporal-mongo
Install
$ npm install --save tpmongo
Usage
import tpmongo from 'tpmongo';
const maxDate = new Date('2099-07-21 15:16:00.599Z'),
mongoCollections = ['tempCollection'],
db = tpmongo('localhost/tpmongoTestDb', mongoCollections, { _maxDate: maxDate });
db.tempCollection.temporalize();
API
(Coming soon)
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.
License
Copyright (c) 2015 McChrystal Group. Licensed under the Apache license.