Versions in this module Expand all Collapse all v1 v1.4.0 Sep 30, 2024 Changes in this version + var DefaultNameFormat = simpleNameFormat + type Database struct + func Open(path string, options ...Option) (_ *Database, err error) + func (d *Database) Begin(prefix *record.Key, writable bool) keyvalue.ChangeSet + func (db *Database) Close() error + type NameFormat interface + Format func(*blockID) string + Parse func(string) (*blockID, error) + type Option func(*Database) + func FilterFiles(fn func(string) bool) Option + func WithFileLimit(limit int64) Option + func WithNameFormat(fmt NameFormat) Option