You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah the double up of models modules isn't ideal. As you can tell I have avoided the large task of moving off directly using psycopg2 to using sqlalchemy in the application code.
I think the top level one could mostly be replaced by using the sqlalchemy models and using marshmallow to create the orm objects as per this example. I just don't have the time to take that on.
Yeah the double up of
models
modules isn't ideal. As you can tell I have avoided the large task of moving off directly usingpsycopg2
to using sqlalchemy in the application code.I think the top level one could mostly be replaced by using the sqlalchemy models and using
marshmallow
to create the orm objects as per this example. I just don't have the time to take that on.Originally posted by @hardbyte in #603 (comment)
The text was updated successfully, but these errors were encountered: