How do I use SqlAlchemy? #613
-
What is the proper way to use SqlAlchemy as a driver? I notice a file called SqlAlchemyPooledConnectionProvider, but I am not sure if I need to call this class explicitly. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @will-kuk-self, documentation and the sample codes for |
Beta Was this translation helpful? Give feedback.
-
Thank you for the documentation, it is useful to learn how to use SqlAlchemyPooledConnectionProvider. My remaining question is about if SqlAlchemy is supported as a driver like psycopg. When I first read https://github.com/aws/aws-advanced-python-wrapper/blob/main/docs/using-the-python-driver/DriverDialects.md#list-of-available-driver-codes, I thought this was a case. Yet, I think I may have misunderstanding after digging more in the code. |
Beta Was this translation helpful? Give feedback.
Hi @will-kuk-self, unfortunately this wrapper currently doesn't support SqlAlchemy as a driver. Support for SqlAlchemy is in our backlog, but we cannot comment on a timeline right now. We understand this may be blocking for you, thank you for your patience.