Skip to content

change(fastapi): refactor database ORM model definitions

Kevin Morris requested to merge kevr/aurweb:fix-models into pu

We don't want to depend on the database to load up data about the models we define. We now leverage the existing aurweb.schema module for table definitions and set table_args["autoload"] to False.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports