package azure-cosmos-db

  1. Overview
  2. Docs
Azure cosmos db interface

Install

Dune Dependency

Authors

Maintainers

Sources

e7efe7b9564ab13e5aad5646f34e05d814456c1b.tar.gz
md5=6eaee956339fbc6e4100499a0adc6b8a
sha512=0592c95491c2567b0488667b0e535d344f8bf0f5927bb7e72fcdea414e29365f8e2dfc448947439631af23ca3bbdd6d4f87e0845023f7ff8aeb8919f58da1c9e

Description

Provides an interface to the Azure Cosmos db.

Published: 27 Oct 2022

README

Azure cosmos db

Provides an interface to Microsoft Azure Cosmos db.

Documentation

Microsoft documentation

API documentatin

Quick start

#!ocaml
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 (1)

  1. alcotest-lwt with-test

Used by

None

Conflicts (1)

  1. result < "1.5"