mongo-version
v0.0.2
Published
Get the version of your mongo database.
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-versionlicense
MIT
