sqlite db

- store entered giveaways into db
 - store notifications into db
 - future: add won notifications
This commit is contained in:
mcinj 2022-05-05 16:50:01 -04:00
parent 40d2256eb5
commit ac89e2e886
8 changed files with 95 additions and 13 deletions

3
.gitignore vendored
View file

@ -4,4 +4,5 @@ venv/
__pycache__/
.idea
config/config.ini
config/debug.log
config/debug.log
config/sqlite.db