Commit Graph

2 Commits

Author SHA1 Message Date
Wesley Ellis
e4a3b36fd7 feat: finish syncing steps / sport details and add tests 2025-01-03 22:31:36 -05:00
Wesley Ellis
dccd04a212 feat: add sync command to write data to sqlite
Introduce sqlalchemy as a dep so that we can store and sync data from
the ring over time. This add a db module that contains ORM models and
functions to write data to the database

I also got sick of all the date stuff so I added date_utils as a module
to keep everything in one place.
2024-11-30 21:00:03 -05:00