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.0
md5=effe34f86035a515a79a75e34d1a8131

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: 21 Nov 2013

Dependencies (5)

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

Dev Dependencies

None

Used by

None

Conflicts

None