tpmongo

0.0.6 • Public • Published

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.

/tpmongo/

    Package Sidebar

    Install

    npm i tpmongo

    Weekly Downloads

    5

    Version

    0.0.6

    License

    Apache 2

    Last publish

    Collaborators

    • bsouthga
    • christian.yang