Skip to content

feat: add support for SQLAlchemy creator argument#51

Open
jackwotherspoon wants to merge 2 commits into
mohaseeb:masterfrom
jackwotherspoon:master
Open

feat: add support for SQLAlchemy creator argument#51
jackwotherspoon wants to merge 2 commits into
mohaseeb:masterfrom
jackwotherspoon:master

Conversation

@jackwotherspoon

Copy link
Copy Markdown

SQLAlchemy's create_engine supports a creator argument that allows a callable to be passed that will be called to make the DBAPI connections.

This is how the Cloud SQL Python Connector leverages SQLAlchemy to connect securely to Cloud SQL databases. Supporting the creator argument here in beam-nuggets would allow support for the Cloud SQL Python Connector within this library.

@jackwotherspoon

Copy link
Copy Markdown
Author

@mohaseeb let me know if you think it is okay to add support for the creator argument in this library 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant