package ocsipersist-lib

  1. Overview
  2. Docs
Persistent key/value storage (for Ocsigen) - support library

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.3.tar.gz
md5=363b4c5303785dc164c735e6b5f36a66
sha512=2a735060f55ebe0143a025b4b72874858d2c63a82ba31323dcf16d0dd2561518f435665c51db4fc3a57f23638a9cdcc747387c672d42b0360d8df8c744906ec8

Description

This library defines signatures and auxiliary tools for defining backends for the Ocsipersist frontent. 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 database, PostgreSQL, SQLite.

Published: 20 Nov 2021

Dependencies (3)

  1. lwt_ppx >= "2.0.0"
  2. lwt >= "4.2.0"
  3. dune >= "2.9"

Dev Dependencies

None

Used by (4)

  1. ocsipersist < "1.1.0"
  2. ocsipersist-dbm < "1.1.0"
  3. ocsipersist-pgsql < "1.1.0"
  4. ocsipersist-sqlite < "1.1.0"

Conflicts

None