Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB is an implementation of fab.HashDB that uses a Sqlite3 file for persistent storage.
func Open ¶
Open opens the given file and returns it as a *DB. The file is created if it doesn't already exist. The database schema is created in the file if needed. Callers should call Close when finished operating on the database.
Click to show internal directories.
Click to hide internal directories.