aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/data/db.go
AgeCommit message (Collapse)Author
2025-08-02Improve initial db connectionJP Appel
Now checks for presence of db version metadata in before attempting to create database schema.
2025-07-28Remove todo contextsJP Appel
2025-07-28Add regex operatorJP Appel
Implemented regex operator using go flavored regular expressions. Added optimization to combine regex's in `OR` clauses.
2025-07-22Add periodic db optimizationsJP 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-30Implement compiled query executionJP Appel
2025-05-26Refactor db codeJP Appel
2025-04-27Large commit; many featuresJP Appel