Versions in this module Expand all Collapse all v1 v1.0.0 Feb 15, 2021 Changes in this version + type Database struct + func (_m *Database) Close(_a0 context.Context) error + func (_m *Database) Encoder() *encoder.Encoder + func (_m *Database) ReadTransaction(_a0 context.Context) database.Transaction + func (_m *Database) Transaction(_a0 context.Context) database.Transaction + func (_m *Database) WriteTransaction(ctx context.Context, identifier string, priority bool) database.Transaction + type Transaction struct + func (_m *Transaction) Commit(_a0 context.Context) error + func (_m *Transaction) Delete(_a0 context.Context, _a1 []byte) error + func (_m *Transaction) Discard(_a0 context.Context) + func (_m *Transaction) Get(_a0 context.Context, _a1 []byte) (bool, []byte, error) + func (_m *Transaction) Scan(_a0 context.Context, _a1 []byte, _a2 []byte, _a3 func([]byte, []byte) error, ...) (int, error) + func (_m *Transaction) Set(_a0 context.Context, _a1 []byte, _a2 []byte, _a3 bool) error