在看mongodb list的时候 http://mongodb.github.io/node-mongodb-native/2.0/api-docs/ , 没有找到如何获取db, list的代码。 请问如何获取到db list? 一般用法: 这样获取的都是指定db了 var mongoClient = require(‘mongodb’).MongoClient var url = 'mongodb://localhost:27017/client’;
thanks everyone
在看mongodb list的时候 http://mongodb.github.io/node-mongodb-native/2.0/api-docs/ , 没有找到如何获取db, list的代码。 请问如何获取到db list? 一般用法: 这样获取的都是指定db了 var mongoClient = require(‘mongodb’).MongoClient var url = 'mongodb://localhost:27017/client’;
thanks everyone