Documentation
¶
Overview ¶
Package store opens the SQLite database (pure-Go modernc driver, CGO-free) and runs embedded migrations transactionally (plan §2, §9). It sets a 0077 umask before open so the -wal/-shm side files are never group/world readable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Inspect ¶
Inspect opens path READ-ONLY and returns the highest recorded schema version, erroring if the file is not a Mooring database (missing/empty schema_meta). Unlike Open it never creates or migrates — restore uses it to reject a blank or foreign archive before it would otherwise be installed as the live DB.
Types ¶
Click to show internal directories.
Click to hide internal directories.