Documentation ¶
Index ¶
- func NewBadgerDB(directoryPath string) (IRelationalDB, error)
- type BadgerDB
- func (db *BadgerDB) Exist(tableName string, id string) bool
- func (db *BadgerDB) Print(tableName string) error
- func (db *BadgerDB) RawDelete(prefix string, key string) bool
- func (db *BadgerDB) RawGet(prefix string, key string) ([]byte, bool)
- func (db *BadgerDB) RawIterKV(prefix string, action func(key string, value []byte) (stop bool))
- func (db *BadgerDB) RawIterKey(prefix string, action func(key string) (stop bool))
- func (db *BadgerDB) RawSet(prefix string, key string, value []byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBadgerDB ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.