shosca / django-sorcery

Django Framework integration with SQLAlchemy
https://django-sorcery.readthedocs.io
MIT License
64 stars 6 forks source link

Sqlalchemy 2.0.0 #187

Open RomkaSk opened 6 months ago

RomkaSk commented 6 months ago

Does anyone have ideas on what to do with Sqlalchemy 2 support? Will it be available?

perestoronin commented 6 months ago

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