package
Version:
v0.0.0-...-676fa8b
Opens a new window with list of versions in this module.
Published: May 5, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package db wires up the SQLite connection and runs migrations.
Open runs any pending migrations and returns a long-lived SQLite connection
configured with WAL journaling and the standard pragmas.
Migrations run on a throwaway connection because the migrate driver's Close
closes the underlying *sql.DB.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.