Versions in this module Expand all Collapse all v1 v1.4.0 Sep 30, 2024 Changes in this version + type Database struct + func New(db *leveldb.DB, o ...Option) *Database + func Open(filepath string, o ...Option) (*Database, error) + func (d *Database) Begin(prefix *record.Key, writable bool) keyvalue.ChangeSet + func (d *Database) Close() error + type Option func(*opts) v1.4.0-alpha.1 Apr 2, 2024