aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/data/get_test.go
AgeCommit message (Collapse)Author
2025-08-10Fix approximate queries on nullable categoriesJP Appel
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-02Add link parsingJP Appel
2025-04-27Large commit; many featuresJP Appel