aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/data/put.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-07-28Resolve multiple todosJP Appel
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
2025-07-02Add link parsingJP Appel
2025-06-26Add support commented lines in shellJP Appel
2025-06-12Minor bug fixJP Appel
2025-06-12Fix comparison against wrong zero value for timesJP Appel
2025-06-11Fix attempts to insert when missing authors, links, or tagsJP Appel
2025-05-26Refactor db codeJP Appel
2025-04-27Large commit; many featuresJP Appel