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

Async API implementation with FastAPI and asyncpg #76

Merged
merged 20 commits into from
Jul 21, 2024
Merged

Conversation

hiddewie
Copy link
Owner

@hiddewie hiddewie commented Jul 21, 2024

Docs in https://fastapi.tiangolo.com/tutorial/ and https://magicstack.github.io/asyncpg/current/usage.html

Change the current werkzeug implementation from a development-only WSGI server to a production ready async implementation that can run quickly using only a single CPU core

@hiddewie hiddewie changed the title Async API implementation with FastAPI Async API implementation with FastAPI and asyncpg Jul 21, 2024
@hiddewie hiddewie marked this pull request as ready for review July 21, 2024 19:36
@hiddewie hiddewie merged commit 978e0f8 into master Jul 21, 2024
1 check passed
@hiddewie hiddewie deleted the async-api branch July 21, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant