package
0.0.0-20170104014118-c5655c46b426
Repository: https://github.com/clusterhq/fli.git
Documentation: pkg.go.dev

# Functions

Create makes a brand new SQLite3-based metadata storage database at the given path or fails if something exists at that path already.
Open returns a storage object backed by an existing SQLite3-based metadata storage database at the given path or fails if the DB is not found.

# Constants

TXLOCKING - transaction locking.

# Structs

Sqlite3Storage ...