Documentation
¶
Overview ¶
Package storage wraps modernc.org/sqlite with baifo-specific tables and schema versioning. One file lives under .baifo/data/baifo.db.
Index ¶
Constants ¶
View Source
const ( // SchemaVersion is the current on-disk schema version, written to the // meta table on every Open() call. SchemaVersion = "1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.