package irmin-unix

  1. Overview
  2. Docs
On This Page
  1. File-system Store
Legend:
Library
Module
Module type
Parameter
Class
Class type

File system backends, using bin_prot.

File-system Store

Append-only store maker.

Atomic-write store maker.

Irmin store maker.

include Irmin.Maker
type endpoint
include Irmin.Key.Store_spec.S with type ('h, _) contents_key = 'h with type 'h node_key = 'h with type 'h commit_key = 'h
type ('h, _) contents_key = 'h
type 'h node_key = 'h
type 'h commit_key = 'h
module Make (Schema : Irmin.Schema.S) : sig ... end

Irmin store make, where only the Contents have to be specified: branches are strings and paths are string lists.

Append-only store maker, with control over the filenames shapes.

Read-write store maker, with control over the filename shapes.

Irmin store maker, with control over the filename shapes.