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

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -