aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/data/update_test.go
AgeCommit message (Collapse)Author
2025-08-10Change db schema; remove aliases, add fts5 integrationJP Appel
Greatly simplify db schema by removing alias functionality. Create fts5 tables for text search over paths, headings, titles, meta, authors, and links.
2025-08-05Add headings to db serializer and deserializerJP Appel
2025-08-02Improve initial db connectionJP Appel
Now checks for presence of db version metadata in before attempting to create database schema.
2025-07-19Add key-val db table for metadataJP Appel
2025-07-18Add methods for updating existing document entriesJP Appel
Additionally optimize various database queries