Versions in this module Expand all Collapse all v1 v1.1.0 Mar 19, 2024 Changes in this version + type DBInterface interface + BatchInsert func(batch *leveldb.Batch) + BatchRemove func() + Get func(key []byte) ([]byte, error) + InsertInsert func(key []byte, value []byte) error + Remove func([]byte) bool