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
Reading the documentation, it is not clear what the specific purpose of db.py is. Is db.py an ORM? If not, why and in which use cases would I use db.py instead of an ORM like SQLAlchemy?