This PR adds support for connecting asynchronously to a postgresql database via sqlalchemy, database migrations via alembic, and session management using the SSO SFU CAS API.
@micahdbak I'm merging into main now so I can ensure all the python dependencies compile correctly on the server, but please give your feedback & I'll make additional changes here \:)
This PR adds support for connecting asynchronously to a postgresql database via
sqlalchemy
, database migrations viaalembic
, and session management using the SSO SFU CAS API.