update to use sqlalchemy

- change from mysql-connector-python to sqlalchemy
    - allow for connection to sqlite3, mysql, mariadb, postgres, and
oracle databases
- change `DATE` columns to `DATETIME` type
- add WHO columns
- install database connectors and required packages
This commit is contained in:
ksyasuda
2024-09-06 02:14:12 -07:00
parent 497320c082
commit 1c0eb91333
8 changed files with 85 additions and 115 deletions

View File

@@ -1 +1 @@
0.0.2
0.1.0