0.0.6 • Published 8 years ago

tpmongo v0.0.6

Weekly downloads
8
License
Apache 2
Repository
github
Last release
8 years ago

tpmongo

NPM version Build Status Dependency Status

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.

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago