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

Support asyncpg with SQLAlchemy 1.4 #80

Open
amotl opened this issue Dec 3, 2020 · 2 comments
Open

Support asyncpg with SQLAlchemy 1.4 #80

amotl opened this issue Dec 3, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@amotl
Copy link
Member

amotl commented Dec 3, 2020

Hi there,

within crate/crate-python#391, I am trying to add support for SQLAlchemy 1.4. By working on it and more specifically through [1,2], I learned that

SQLAlchemy version 1.4 and later supports the asyncpg dialect natively.

So, this might be an interesting option to consider.

With kind regards,
Andreas.

[1] https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html
[2] MagicStack/asyncpg@3d0e23fe

P.S.: Also linking to MagicStack/asyncpg#6 and apache/superset#7018 here.

@amotl
Copy link
Member Author

amotl commented Dec 3, 2020

Appropriate SQLAlchemy support for Python's Stackless spin-off Greenlet also just got merged, see sqlalchemy/sqlalchemy#5615 and sqlalchemy/sqlalchemy#5616.

@amotl
Copy link
Member Author

amotl commented Sep 28, 2023

crate/crate-python#532 makes a stab at supporting this. It is experimental, and undecided about.

@amotl amotl transferred this issue from crate/crate-python Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant