Blob_log.Make
Make
returns a mergeable blob log using the backend and other parameters as specified by the user.
module Backend : Irmin.KV_maker
Store for the log. All store related operations like branching, cloning, merging, etc are done through this module.
val append : path:Store.path -> Store.t -> value -> unit Lwt.t
Append an entry to the log
val read_all : path:Store.path -> Store.t -> value list Lwt.t
Read the entire log