django-sorcery icon indicating copy to clipboard operation
django-sorcery copied to clipboard

Sqlalchemy 2.0.0

Open RomkaSk opened this issue 1 year ago • 1 comments

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

RomkaSk avatar Dec 12 '23 13:12 RomkaSk

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

perestoronin avatar Dec 15 '23 10:12 perestoronin