forked from TrueCloudLab/neoneo-go
af557cea19
BoltDB doesn't have internal batching mechanism, thus we have a substitute for
it, but this substitute is absolutely identical to MemoryBatch, so it's better
to unify them and import
|
||
---|---|---|
.. | ||
boltdb_store.go | ||
boltdb_store_test.go | ||
helpers.go | ||
leveldb_store.go | ||
leveldb_store_test.go | ||
memory_store.go | ||
memory_store_test.go | ||
redis_store.go | ||
redis_store_test.go | ||
store.go | ||
store_config.go | ||
store_test.go |