Liking cljdoc? Tell your friends :D

monger.db


add-userclj

(add-user username password)
(add-user database username password)

Adds a new user for this db

Adds a new user for this db
sourceraw docstring

drop-dbclj

(drop-db)
(drop-db database)

Drops the currently set database (via core/set-db) or the specified database.

Drops the currently set database (via core/set-db) or the specified database.
sourceraw docstring

get-collection-namesclj

(get-collection-names)
(get-collection-names database)

Returns a set containing the names of all collections in this database.

Returns a set containing the names of all collections in this database.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close