You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relatedly, suppose I wanted to use sqlmodel with https://fastapi-users.github.io/ ... the docs require that I create an async engine via create_async_engine... How can I integrate this with sqlmodel?
More generally, want to learn how to use async io with sqlmodel
Relatedly, suppose I wanted to use sqlmodel with https://fastapi-users.github.io/ ... the docs require that I create an async engine via create_async_engine... How can I integrate this with sqlmodel?
More generally, want to learn how to use async io with sqlmodel
sqlmodel is built upon SQLAlchemy, so create_async_engine can normally work with sqlmodel without conflicts.
i quit async orm because it annoying to write test for them
Privileged issue
Issue Content
from sqlmodel import AsyncSession
The text was updated successfully, but these errors were encountered: