Mongoc.Clientval new_ : string -> t optionval new_from_uri_with_error : Uri.t -> (t, Bson.Error.t) Stdlib.resultval get_database_names :
?opts:Bson.t ->
t ->
(string list, Bson.Error.t) Stdlib.resultval get_database : t -> string -> Database.tval get_collection : t -> string -> string -> Collection.tval destroy : t -> unit