Commit Graph

7 Commits

Author SHA1 Message Date
81317c4f30 fix urllib.parse not imported
All checks were successful
Build Docker Image / build (push) Successful in 56s
2024-09-06 12:32:09 -07:00
4b4e11054e Merge pull request '0.1.0 - sqlalchemy' (#2) from 0.1.0 into master
All checks were successful
Build Docker Image / build (push) Successful in 56s
Reviewed-on: #2
2024-09-06 02:56:44 -07:00
1847403254
remove creation_date column 2024-09-06 02:55:10 -07:00
badcee8d7c
update requirements 2024-09-06 02:15:33 -07:00
ksyasuda
1c0eb91333
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
2024-09-06 02:14:12 -07:00
497320c082 0.0.2 (#1)
All checks were successful
Build Docker Image / build (push) Successful in 23s
Co-authored-by: ksyasuda <ksyasuda@umich.edu>
Reviewed-on: #1
2024-09-05 04:37:13 -07:00
f0a84c1f41 initial commit
All checks were successful
Build Docker Image / build (push) Successful in 21s
2024-09-04 15:15:40 -07:00