0.1.2 • Published 9 years ago

bson-timestamp v0.1.2

Weekly downloads
890
License
Apache-2.0
Repository
github
Last release
9 years ago

bson-timestamp

NPM version

This mdoule allows you to create and parse BSON Timestamps without a reference to the mongodb or bson modules.

It is just a mirrow of the timestamp.js file in bson

Motivation

I created this for my mongo-oplog-cursor project, where I just needed to use the Timestamp class for a tiny conversion, so please use at your own risk :-)

Instalation

$ npm install bson-timestamp

Usage

Check the official use guide

Build

$ make build

License

Apache v2.0

See LICENSE file.