I'm working on a codebase that currently uses a datastore.Batching type backed by leveldb using a namespace wrap. Unfortunately it appears that the namespace only supports datastore.Batching and can't be used in place of a datastore.TxnDatastore.
Is this intentional?
I'm working on a codebase that currently uses a
datastore.Batchingtype backed byleveldbusing a namespace wrap. Unfortunately it appears that the namespace only supportsdatastore.Batchingand can't be used in place of adatastore.TxnDatastore.Is this intentional?