django-sorcery
django-sorcery copied to clipboard
Sqlalchemy 2.0.0
Does anyone have ideas on what to do with Sqlalchemy 2 support? Will it be available?
Also intrested to work with Sqlalchemy 2 from django.
Flask work to Sqlalchemy 2 https://stackoverflow.com/questions/75275563/attributeerror-module-sqlalchemy-has-no-attribute-all
Fastapi work to Sqlalchemy 2 https://medium.com/@tclaitken/setting-up-a-fastapi-app-with-async-sqlalchemy-2-0-pydantic-v2-e6c540be4308
Sorcery don't work Sqlalchemy 2. But work with Sqlalchemy 1.4. https://docs.sqlalchemy.org/en/20/changelog/migration_20.html
My plan - migrate application from Django to Fastapi