feature/SQlite #1

Merged
ProfessionalUwU merged 14 commits from feature/SQlite into main 2023-06-26 18:22:28 +02:00

14 Commits

Author SHA1 Message Date
836b850f3f
Refactor getFilehashesFromDatabase 2023-06-26 18:20:47 +02:00
944b61a1ac
Refactor compareDatabases 2023-06-26 17:21:56 +02:00
6fbc53fa53
Add option to compare databases 2023-06-26 16:25:42 +02:00
b899c4c5b6
Add option to check for deleted files 2023-06-26 15:59:06 +02:00
2d42842fb2
Minor tweaks 2023-06-26 12:58:05 +02:00
8aec649781
code cleanup
removed unused methods
changed output of methods
2023-06-25 22:37:50 +02:00
c51e02fa05
Add library
Embed the library into the executable and extract at runtime
Cleanup after executing the program
2023-06-25 21:12:42 +02:00
132894e924
Minor fixes 2023-06-25 16:48:43 +02:00
b05ddd5e18
Fix formatting 2023-06-25 03:32:43 +02:00
64995434ab
Check if file moved
If the file moved the path will be updated
2023-06-25 03:28:34 +02:00
5a3becb3b4
Major additons
Converted to new project structure
Check if db already exists
Add vacuum for db cleanup
Check if filehash already exits and write info to console
2023-06-25 02:45:33 +02:00
846b983caa
Major changes
Now using an SQlite database to store the file hash plus a bunch of other information
2023-06-24 01:04:11 +02:00
951068c750
Add SQlite package 2023-06-23 22:38:32 +02:00
6d2880907b
Update README.md 2023-06-23 22:34:00 +02:00