package ocsipersist-lib

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.0.tar.gz
md5=9d878dd68c0618b87268ebbd1472fa8c
sha512=82d82f854af3d6708c571d0c586a5abbba35a9c9e7482b81fdce5207e1f3f98dde3823550d3661714e7faa586888a0b6e4d5ae64f36983575079a9820d5d11ee

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, PostgreSQL, SQLite.

Published: 25 Jan 2022

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 (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