monger.db
Functions that provide operations on databases
add-user
(add-user db username password)Adds a new user for this db
drop-db
(drop-db db)Drops the currently set database (via core/set-db) or the specified database.
get-collection-names
(get-collection-names db)Returns a set containing the names of all collections in this database.