package orm

  1. Overview
  2. No Docs
The ORM library provides a storage backend to persist ML values.

Install

Dune Dependency

Authors

Maintainers

Sources

orm-0.7.1
md5=15cd87fb3ade1521f0ff8ed843f97f17

Description

This backend is integrated seamlessly with OCaml and currently uses SQLite (although other backends are easily possible). The user does not have to worry about writing any SQL queries manually.

Tags

org:mirage

Published: 06 Jun 2016

Dependencies (6)

  1. num
  2. dyntype >= "0.9.0"
  3. sqlite3 < "5.0.0"
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml

Dev Dependencies (1)

  1. ounit with-test

Used by

None

Conflicts

None