package
0.50.0
Repository: https://github.com/bobg/fab.git
Documentation: pkg.go.dev

# Functions

Keep is an Option that sets the amount of time to keep a database entry.
Open opens the given file and returns it as a *DB.
UpdateOnAccess is an Option controlling whether to update a db entry's timestamp when accessed with Has.
WithClock is an Option that sets the database's clock.

# Structs

DB is an implementation of fab.HashDB that uses a Sqlite3 file for persistent storage.

# Type aliases

Option is the type of a config option that can be passed to Open.