You’ve effectively got a 3 layer architecture whether you use Django’s ORM or SQLAlchemy, though your forgo some of the Django’s benefits if you choose the latter.
You’ve effectively got a 3 layer architecture whether you use Django’s ORM or SQLAlchemy, though your forgo some of the Django’s benefits if you choose the latter.