mongo-version
v0.0.2
Published
Get the version of your mongo database.
Downloads
3
Readme
mongo-version
Get the version of your mongo database.
var mongoVersion = require('mongo-version');
mongoVersion(db, function (err, version) {
console.log(version);
});
Usage:
install
With npm do:
npm install mongo-version
license
MIT