Versions in this module Expand all Collapse all v0 v0.1.0 Apr 15, 2026 Changes in this version + type DB struct + func Open(dbPath string) (*DB, error) + func (db *DB) Migrate() error + func (db *DB) MigrateTenantColumn() error + func (db *DB) SeedDefaults() (string, error)