Closed peterschutt closed 1 year ago
I think we should revert that commit from main as the 2.x usage is meant to be covered by the sqlalchemy plugin that is currently only in the dto-refactor
branch, and doesn't rely on the provider map.
I'll make a separate PR into main for the SQLAlchemy 2.0 plugin stuff..
I think we should revert that commit from main as the 2.x usage is meant to be covered by the sqlalchemy plugin that is currently only in the dto-refactor branch, and doesn't rely on the provider map.
Sounds good
Waiting for #1395 before I do this, so there is a viable alternative for sqla 2.0 users.
Description
When using SQLAlchemy 1.4x and
starlite.contrib.sqlalchemy_1.plugin.SQLAlchemyPlugin
we get the following error on application startup:URL to code causing the issue
No response
MCVE
Steps to reproduce
Screenshots
Logs
Starlite Version
main branch
Platform