Add database initialization and CLI arguments

- Implement argparse for CLI use
- Setup SQLite DB with schema version checking
This commit is contained in:
2024-10-04 23:23:53 -04:00
parent 3f4fa3c10d
commit 01e68bc10f
3 changed files with 125 additions and 17 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
config.ini
*.db
venv