This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Description
Hi, I am developing a project in FastAPI and wishing to use turso.
FastAPI works mainly with sqlmodel, a mix between pydantic and sqlalchemy.
It does not support sqlalchemy 2.0 so far.
How to implement this project to use FastAPI?
Is there a plan of migrating this to previous sqlalchemy versions?
Thanks!