Versions in this module Expand all Collapse all v0 v0.1.11 Oct 3, 2023 v0.1.10 Oct 2, 2023 Changes in this version + func New(db *RocksDB) kvstore.KVStore + type Option func(*Options) + func Custom(options []string) Option + func IncreaseParallelism(threadCount int) Option + func ReadFillCache(fillCache bool) Option + func UseCompression(compression bool) Option + func WriteDisableWAL(value bool) Option + func WriteSync(sync bool) Option + type Options struct + type RocksDB struct + func CreateDB(directory string, options ...Option) (*RocksDB, error) + func (r *RocksDB) Close() error + func (r *RocksDB) Flush() error + func (r *RocksDB) GetIntProperty(name string) (uint64, bool) + func (r *RocksDB) GetProperty(name string) string