include 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.
v config
is a function returning fresh store handles, with the configuration config
, which is provided by the backend.