package ocsipersist-dbm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Persistent key/value storage for OCaml using DBM
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.1.0.tar.gz
md5=aeeadfa74be3f18707cd84f091993b7b
sha512=953fb75e392c2bb2dacbbff0221c3be28fdc61ec0ca6073fe21346fc037b8bfbc5233a51cfa2304d67e39d6484628f8a2d3152472ef60943fa27aa72ed4044df
doc/index.html
ocsipersist-dbm
DBM backend for Ocsipersist. For the API documentation see OPAM package ocsipersist. This page describes how to configure the DBM backend. The DBM backend uses a server process ocsidbm.
Using as a library
If you are not using Ocsigen Server's configuration file, add library ocsipersist-dbm.settings in your Dune file, and use module Ocsipersist_settings to configure the storage file.
Using with Ocsigen Server: ocsipersist-dbm-config
If you want to configure Ocsipersist-dbm from Ocsigen Server's configuration file, use package ocsipersist-dbm-config.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page