node.js - how to get all collection names from a specific db in mongo using nodejs -
recently want collection names db in mongo. , develop environment nodejs + express + mongoose. tried mongooser.conncetion.db.getcollectionnames(or listcollections or collections), not work. guess version problem, maybe latest mongoose api not contain functions.
consequently, how obtain collection names db using mongoose?
thank help!
Comments
Post a Comment