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?
The text was updated successfully, but these errors were encountered:
Reading the documentation, it is not clear what the specific purpose of
db.py
is. Isdb.py
an ORM? If not, why and in which use cases would I usedb.py
instead of an ORM likeSQLAlchemy
?The text was updated successfully, but these errors were encountered: