Provides an interface to Microsoft Azure Cosmos db.
module MyAuthKeys : Auth_key = struct
let master_key = "key guid found in azure portal"
let endpoint = "endpoint found in azure portal (e.g. endpoint.documents.azure.com)"
end
module D = Database (MyAuthKeys)
D.list_databases ()