Documentation ¶
Index ¶
- Constants
- func OpenPath(path string) (flat.KV, error)
- type DB
- type Iterator
- type Tx
- func (tx *Tx) Close() error
- func (tx *Tx) Commit(ctx context.Context) error
- func (tx *Tx) Del(k flat.Key) error
- func (tx *Tx) Get(ctx context.Context, key flat.Key) (flat.Value, error)
- func (tx *Tx) GetBatch(ctx context.Context, keys []flat.Key) ([]flat.Value, error)
- func (tx *Tx) Put(k flat.Key, v flat.Value) error
- func (tx *Tx) Scan(pref flat.Key) flat.Iterator
Constants ¶
View Source
const (
Name = "badger"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.