package ocsipersist
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Persistent key-value storage for OCaml using multiple backends
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.1.0.tar.gz
md5=aeeadfa74be3f18707cd84f091993b7b
sha512=953fb75e392c2bb2dacbbff0221c3be28fdc61ec0ca6073fe21346fc037b8bfbc5233a51cfa2304d67e39d6484628f8a2d3152472ef60943fa27aa72ed4044df
Description
This is an virtual library defining a unified frontend for a number of key-value storage implementations. Implementations of the following backends currently exist: DBM, PostgreSQL, SQLite.
Published: 22 Jun 2026
README
Ocsipersist
Description
Ocsipersist is a collection of libraries defining a unified frontend for a number of key/value storage implementations. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: DBM, PostgreSQL, SQLite.
API Reference
https://ocsigen.github.io/ocsipersist/index.html
Dependencies (4)
-
js_of_ocaml
>= "6.0.0" -
lwt
>= "4.2.0" -
ocsipersist-lib
= version -
dune
>= "3.18"
Dev Dependencies (1)
-
odoc
with-doc
Used by (4)
-
eliom
>= "11.0.0" -
ocsipersist-dbm
>= "2.1.0" -
ocsipersist-pgsql
>= "2.1.0" -
ocsipersist-sqlite
>= "2.1.0"
Conflicts (3)
-
ocsipersist-sqlite
!= version -
ocsipersist-pgsql
!= version -
ocsipersist-dbm
!= version
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page