Versions in this module Expand all Collapse all v2 v2.3.1 Jul 26, 2023 Changes in this version + func NewDbHandle() + type DbHandle struct + var Db *DbHandle + func (d *DbHandle) Close() error + func (d *DbHandle) Delete(key []byte) error + func (d *DbHandle) Get(key []byte) ([]byte, error) + func (d *DbHandle) Has(key []byte) (bool, error) + func (d *DbHandle) NewIteratorWithRange(startKey []byte, limitKey []byte) (iterator.Iterator, error) + func (d *DbHandle) Put(key []byte, value []byte) error