Skip to content

An extension for ocsigen server to use a key/value store

License

Notifications You must be signed in to change notification settings

balat/ocsipersist

 
 

Repository files navigation

Ocsipersist

Ocsipersist is an extension for ocsigen server to use a key/value store. It's used pervasively in Eliom to handle sessions and references.

The project contains several backends:

  • dbm
  • sqlite

Each backend must implement the signature Ocsipersist_sig in a module named Ocsipersist. Only one backend can be used at a time, and the choice is done by linking the chosen backend.

Install

You can install with opam:

  • pin this repository
  • opam install ocsipersist

About

An extension for ocsigen server to use a key/value store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 98.5%
  • Makefile 1.5%