Skip to content

tounano/mongo-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get the version of your mongo database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published