https://github.com/ocsigen/ocsipersist-legacy
An extension for ocsigen server to use a key/value store
https://github.com/ocsigen/ocsipersist-legacy
Last synced: 15 days ago
JSON representation
An extension for ocsigen server to use a key/value store
- Host: GitHub
- URL: https://github.com/ocsigen/ocsipersist-legacy
- Owner: ocsigen
- License: other
- Created: 2014-12-19T15:26:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T16:31:38.000Z (about 8 years ago)
- Last Synced: 2024-03-26T00:11:37.780Z (over 1 year ago)
- Language: OCaml
- Size: 40 KB
- Stars: 6
- Watchers: 15
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
# 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
- sqliteEach 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`