Backend.RepoSourceA repo abstraction.
Repo opening and closing functions
v config is a function returning fresh store handles, with the configuration config, which is provided by the backend.
close t frees up all the resources associated with t. Any operations run on a closed handle will raise Closed.
Getters from repo to backend store in ro mode
val batch :
t ->
(Irmin.Perms.read_write Contents.t ->
Irmin.Perms.read_write Node.t ->
Irmin.Perms.read_write Commit.t ->
'a Lwt.t) ->
'a Lwt.tA getter from repo to backend stores in rw mode.