1.0.3 • Published 9 years ago

get_collection_names v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

get_collection_names

mongodb get_collection_names with mongoose.connection

Install

npm install --save get_collection_names

Usages

var get_collection_names = require('get_collection_names');

var host  = "127.0.0.1";
var port  = "27017";
var db    = "express-g-demo";

//
get_collection_names(host, port, db, function(err, names){
  console.log(names);
})
1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago