package azure-cosmos-db

  1. Overview
  2. Docs
Azure cosmos db interface

Install

Dune Dependency

Authors

Maintainers

Sources

b3591342203358b8b7c51532cde0345d0445ebf4.tar.gz
md5=6fb48d24a88b2aff316dacd396e7501a
sha512=b20d4cb05554d9cea12b2729cfc0b98151707ea9125964366f0d0cefb1e8dc235a8f9563bb052a60ab5bf190eaa78579708749d315b18c71c4bcae91d78b9e05

doc/README.html

codecov"

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

Innovation. Community. Security.