aioodbc
aioodbc copied to clipboard
Is there any ORM library supported by aioodbc ?
I'm trying to build an FastAPI application with using MSSQL, I couldn't find any ORM library supports aioodbc. Is there any library available ?
Hello SqlAlchemy is a powerful ORM and supports mssql
https://docs.sqlalchemy.org/en/14/dialects/mssql.html
Yeah, but it doesn't support Async.
https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html