package azure-cosmos-db
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Azure cosmos db interface
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.3.2.tar.gz
md5=3fb5402dcb98d902cddf0d13f75b4bdc
sha512=f7303d66de88c87026a3a7e0559571e19fb606a9c7a17a033e6bab4b9b56b4fee2d40cdefafc5e9266bf90f83643bd8f4350767633560a485a97dc59f876ec0e
Description
Provides an interface to the Azure Cosmos db.
Published: 26 Nov 2025
README
Azure cosmos db
Provides an interface to Microsoft Azure Cosmos db.
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 ()
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page