package azure-cosmos-db-lwt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Lwt backend for azure-cosmos-db
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.4.1.tar.gz
md5=1beb08b700a418d59797c68edbcc47e9
sha512=175a154db53ed9027d6a953ce030bb3dbe6484a3f77bfb37eb8c45738f09189aff6d0f02a7baf7eeb03031d8e1018a286a90da537f71f0bfdb75171ab4dc6288
Description
Provides an Lwt-based backend for the Azure Cosmos DB interface.
Added to opam-repository:
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 ()
Dependencies (8)
- cohttp-lwt-unix
- ssl
- lwt_ssl
-
lwt_ppx
>= "2.0.2" - lwt
-
azure-cosmos-db
= version -
ocaml
>= "4.14.0" -
dune
>= "3.21"
Dev Dependencies (3)
-
odoc
with-doc -
bisect_ppx
with-test -
alcotest-lwt
with-test
Used by
None
Conflicts (1)
-
result
< "1.5"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page