Versions in this module Expand all Collapse all v0 v0.0.0 Jul 4, 2022 Changes in this version + const IdealBatchSize + type Batch interface + Replay func(w Writer) error + Reset func() + ValueSize func() int + Write func() error + type Batcher interface + NewBatch func() Batch + type DBProducer interface + OpenDB func(name string) (DropableStore, error) + type DropableStore interface + type Droper interface + Drop func() + type FlushableDBProducer interface + Flush func(id []byte) error + NotFlushedSizeEst func() int + type FlushableKVStore interface + DropNotFlushed func() + Flush func() error + NotFlushedPairs func() int + NotFlushedSizeEst func() int + type IterableDBProducer interface + Names func() []string + type Iteratee interface + NewIterator func(prefix []byte, start []byte) Iterator + type Iterator interface + type Reader interface + type ReadonlyStore interface + type Store interface + type Writer interface