summaryrefslogtreecommitdiff
path: root/files/database.go
AgeCommit message (Collapse)Author
2025-04-13switched to rosedb, it actually works! stopped using goroutines for file ↵jakka
indexing since its slower
2025-04-12continued writingjakka
2025-04-12reimplemented database in badger so it actually worksjakka
2025-04-12implemented database and concurrent file scanningjakka