I have follow collection layout in mongodb:
<bookname>.<category_name>
Example:
cats_and_dogs.white_cats
cats_and_dogs.black_cats
cats_and_dogs.gray_dogs
ducks.black_ducks
ducks.white_ducks
All documents are stored in last collections(cats_and_dogs.black_cats,cats_and_dogs.gray_dogs), Now how I can get all collection names from cats_and_dogs ?