Versions in this module Expand all Collapse all v0 v0.0.6 Jun 24, 2022 v0.0.5 Jun 8, 2022 Changes in this version + type Database struct + func NewDatabase(filePath string) (*Database, error) + func (db *Database) NewIterator() iterator.Iterator + func (db *Database) Put(key string, value []byte) + func (db Database) Get(key string) ([]byte, bool)