Versions in this module Expand all Collapse all v1 v1.0.0 Jan 18, 2026 Changes in this version + func ApplyMigrations(db *sql.DB) error + func InsertDiagnostics(db *sql.DB, nodeID model.NoteID, diags []model.Diagnostic) error + func OpenOrCreateDB(vaultRoot string) (*sql.DB, error) + func ReplaceEdgesForNode(db *sql.DB, fromID model.NoteID, edges []model.RawLink) error + func ReplaceTagsForNode(db *sql.DB, nodeID model.NoteID, tags []string) error + func UpsertNode(db *sql.DB, nodeID model.NoteID, nodeType model.TypeName, key model.Key, ...) error Other modules containing this package github.com/sv4u/touchlog/v2