-
Notifications
You must be signed in to change notification settings - Fork 184
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
Feature request: SQLAlchemy async #408
Comments
Async SQLAlchemy is not supported currently for trino-python-client. |
Thanks @hovaesco for clarification! I guess it would be a feature request. Just updated the title. Hopefully one day can support. 😃 |
@hongbo-miao you can give aiotrino 0.3.0 a try. I've brought it to feature parity with trino-python-client 0.333.0 and now includes sqlalchemy support. |
Including spooling? |
Yes. I've copied the test suite as well and modified it for asyncio. It all passed. Beyond that I haven't done much sqlalchemy and spooling testing due to time constraints. |
Nice, we use aiotrino for a few things so nice to know it's up to parity |
Describe the feature
It would be great to provide a SQLAlchemy async demo, thanks!
SQLAlchemy says it supports async since version 1.4
This repo readme says
https://docs.sqlalchemy.org/en/20/orm/extensions/asyncio.html
However, I cannot make them work.
I guess for SQLAlchemy, I need install
This repo I need run
Apparently, this does not exist 🥲
I guess it may be blocked by this #3 (?)
Describe alternatives you've considered
Use https://github.com/mvanderlee/aiotrino instead. However, it would be great to support async officially including SQLAlchemy async. Thanks!
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: