-
-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fastapi To Robyn #821
Comments
Hey @Xingsandesu 👋 Thank you for opening the issue 😄 .
This is a top priority issue for us! It will be definitely implemented within the next few weeks 😄
Robyn supports all sorts of async tasks. But if you have something in mind that you'd like to clarify, I would be happy to have a look |
thank you very much for your work😄. setting.py
models.py
view.py
|
I want to migrate my fastapi application to robyn. I read the documentation of robyn. Its usage is indeed very similar to fastapi, but it does not support pydantic. I think it would be better if robyn could support pydantic for data verification, so that my fastapi application can basically be seamlessly migrated to robyn. Secondly, I am still concerned about whether robyn can fully support sqlalchemy's async connection. I read the official document and the example above uses synchronous pymysql, not asynchronous aiomysql. I really like this project, thank you for your efforts
The text was updated successfully, but these errors were encountered: