Creates a new user with access to database
. On error, returns nil
and the error message.
Explicitly creates a new collection collname
in database
and returns its Collection handle.
On error, returns nil
and the error message.
Drops database
and returns true
. On error, returns nil
and the error message.
Returns a new Collection handle.
Returns a list of the names of all collections in database
. On error, returns nil
and the error
message.
Returns the name of database
.
Returns the default read preferences.
Checks if a collection collname
exists on the server within database
. Returns true
if the
collection exists or nil
if it does not exist. On error, returns nil
and the error message.
Removes all users from database
and returns true
. On error, returns nil
and the error message.
Removes a user from database
and returns true
. On error, returns nil
and the error message.
Sets the default read preferences.