package azure-cosmos-db

  1. Overview
  2. Docs

Parameters

Signature

val get_code : Cohttp.Response.t -> int
val list_databases : unit -> (int * Json_converter_t.list_databases) Lwt.t
val create : string -> (int * Json_converter_t.database option) Lwt.t
val create_if_not_exists : string -> (int * Json_converter_t.database option) Lwt.t
val get : string -> (int * Json_converter_t.database option) Lwt.t
val delete : string -> int Lwt.t
module Collection : sig ... end
module User : sig ... end