setup basic logging constants/handlers, write all table creation/update/basic fetching behavior sqlite statements

This commit is contained in:
Xevion
2021-02-07 06:23:25 -06:00
parent 71c6c3936b
commit 0dadb30680
3 changed files with 55 additions and 4 deletions

View File

@@ -1 +1,4 @@
import logging
DATABASE = 'database.db'
LOGGING_LEVEL = logging.DEBUG