The goal is to get a list of all the collections in the database using mongoskin.
I know you can enter the db.getCollectionNames() method in mongo shell to do this, but I haven't found a way to achieve the same in my app.
I have already looked at a similar post on SO (Is there a way to list collections with mongoskin?) and tried the posted solution without success.