package
0.2.0-beta.2
Repository: https://github.com/btmorr/leifdb.git
Documentation: pkg.go.dev

# Functions

BuildSnapshot serializes the database state into a JSON array of objects with keys K and V and the key and value for each entry as respective values.
Clone makes a new instance of a database from an existing one.
InstallSnapshot deserializes a JSON string (following the schema created by BuildSnapshot) and returns a populated Database.
NewDatabase returns an initialized Database.

# Structs

A Database is a key-value store.