package irmin

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-2.6.1.tbz
sha256=7729777c336f716a064f3c698a25412efb2ce830bc0f3f9e5248d3caac66e4a6
sha512=15c8aae18bbc4dbb86708caf0fe41f621a41db38645d1a7e93fb9c1c5e3fea33c6dfbf0ffbed499b1482674b88dd5c847110dc54d9956c9c20dec3d9d4e5f145

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.