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

tutorial using aiohttp+gino+alembic? #509

Closed
SultanNasyrovDeveloper opened this issue Jul 2, 2019 · 2 comments
Closed

tutorial using aiohttp+gino+alembic? #509

SultanNasyrovDeveloper opened this issue Jul 2, 2019 · 2 comments
Labels
question A community question, closed when inactive.

Comments

@SultanNasyrovDeveloper
Copy link

Hello! I trying to write app using aiohttp + gino + alembic. But didn't find any information about how to properly use it.

@wwwjfy
Copy link
Member

wwwjfy commented Jul 2, 2019

For aiohttp, you can use the aiohttp extension http://gino.fantix.pro/en/latest/gino.ext.aiohttp.html#gino.ext.aiohttp.Gino

For Alembic, it's not an asynchronous library so it couldn't use asyncpg, but it'll still work with psycopg2. #374 is related.

@fantix fantix added the question A community question, closed when inactive. label Jul 14, 2019
@wwwjfy
Copy link
Member

wwwjfy commented Sep 1, 2019

Closing due to inactivity. Feel free to reopen.

@wwwjfy wwwjfy closed this as completed Sep 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A community question, closed when inactive.
Projects
None yet
Development

No branches or pull requests

3 participants