Improve database, add log and cli

This commit is contained in:
2024-02-02 16:27:45 +01:00
parent 4b6418c23a
commit 9ffdfa1a77
5 changed files with 230 additions and 58 deletions

View File

@ -0,0 +1,2 @@
CREATE TABLE IF NOT EXISTS sheets (name TEXT, path TEXT, file_size INTEGER, file_hash TEXT);
CREATE TABLE IF NOT EXISTS composers (name TEXT, id INTEGER);