Y
Hacker News
new
|
ask
|
show
|
jobs
by
agordhandas
1754 days ago
Been a fan of FastAPI! Does this support async?
1 comments
simonw
1754 days ago
This bit looks like async support:
https://github.com/tiangolo/sqlmodel/blob/0.0.3/sqlmodel/ext...
link
tiangolo
1753 days ago
Yep, exactly. SQLAlchemy now has async support, so does SQLModel. But I haven't documented it yet.
link