Open
Description
openedon 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment