include Irmin.APPEND_ONLY_STORE with type key = K.t and type value = V.t
batch t f applies the writes in f in a separate batch. The exact guarantees depends on the backends.
val v : Irmin.config -> [ `Read ] t Lwt.tv config is a function returning fresh store handles, with the configuration config, which is provided by the backend.