Mongoc.Database
type t
val get_collection_names : ?opts:Bson.t -> t -> (string list, Bson.Error.t) Stdlib.result
val get_collection : t -> string -> Collection.t
val drop : t -> (unit, Bson.Error.t) Stdlib.result
val destroy : t -> unit
val from_client : Client.t -> string -> t