package irmin

  1. Overview
  2. Docs
Irmin, a distributed database that follows the same design principles as Git

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-2.7.1.tbz
sha256=fac7c032f472fb369378ad2d8fe77e7cd3b3c1c6a0d7bf59980b69528891b399
sha512=06db1c4e90d43bdfbea2d4f15037eef77207877c05019a6ce0f7f7771afe7d9200da019e3d845ff98ee86947f3e538e1521d818e6d6ddd97105fcaeb746fe418

doc/irmin.mem/Irmin_mem/index.html

Module Irmin_memSource

In-memory store.

A simple in-memory store, using hash tables. Once one of the functors below is instantiated to a module M, it has a unique shared hash-table: multiple invocation of M.create will see and manipulate the same contents.

Sourceval config : unit -> Irmin.config

Configuration values.

An in-memory store for append-only values.

An in-memory store with atomic-write guarantees.

Constructor for in-memory Irmin store.

Sourcemodule KV (C : Irmin.Contents.S) : Irmin.KV with type contents = C.t and type metadata = unit and type Private.Sync.endpoint = unit

Constructor for in-memory KV stores. Subtype of Irmin.KV_MAKER.

OCaml

Innovation. Community. Security.