We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
asyncpg
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.
The text was updated successfully, but these errors were encountered:
Appropriate SQLAlchemy support for Python's Stackless spin-off Greenlet also just got merged, see sqlalchemy/sqlalchemy#5615 and sqlalchemy/sqlalchemy#5616.
Sorry, something went wrong.
crate/crate-python#532 makes a stab at supporting this. It is experimental, and undecided about.
psycopg3
No branches or pull requests
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
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.
The text was updated successfully, but these errors were encountered: