package azure-cosmos-db

  1. Overview
  2. Docs
Azure cosmos db interface

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.3.1.tar.gz
md5=9d6c72984d8657207a715d5198221b40
sha512=9c9da903d5abe5e335bb7083eeda62345830239628f96d1b7292adfab82c1cc9fe304399527178cb8dfa6dd4537a15bbd4f6f12b073a14fb168a8f96bba93ad7

Description

Provides an interface to the Azure Cosmos db.

Published: 19 Sep 2025

README

Coverage Status

Azure cosmos db

Provides an interface to Microsoft Azure Cosmos db.

Documentation

Microsoft documentation

API documentation

Quick start

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 ()

Dev Dependencies (2)

  1. bisect_ppx with-test
  2. alcotest-lwt with-test

Used by

None

Conflicts (1)

  1. result < "1.5"