Skip to content
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

Some routes can be made async #19

Open
Saif807380 opened this issue Apr 8, 2021 · 1 comment
Open

Some routes can be made async #19

Saif807380 opened this issue Apr 8, 2021 · 1 comment
Labels
wontfix This will not be worked on

Comments

@Saif807380
Copy link
Collaborator

FastAPI does support async routes so some of the routes can be made async.

@Parth576
Copy link
Collaborator

Looks like SQLAlchemy 1.4.x has support for async operations - Link. So, I guess we can wrap the DB fetch operations in async await?

@Saif807380 Saif807380 added the wontfix This will not be worked on label Apr 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants