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
{{ message }}
This repository was archived by the owner on Mar 22, 2026. It is now read-only.
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?
Reading the documentation, it is not clear what the specific purpose of
db.pyis. Isdb.pyan ORM? If not, why and in which use cases would I usedb.pyinstead of an ORM likeSQLAlchemy?