Create database connection with pre-configured SSL socket #642
Unanswered
jackwotherspoon
asked this question in
Q&A
Replies: 2 comments
-
mysqlclient is a binding of libmysqlclient. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@methane not that I am aware of, I will investigate a bit further into other C-binding libraries that leverage libmysqlclient. I guess that for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there the ability to create database connections from a pre-configured SSL Socket using
mysqlclient
?Pymysql allows a sock argument to it's connect method (code) that allows passing in a pre-configured socket, wondering if mysqlclient has something equivalent?
I ask because the Cloud SQL Python Connector would like to support
mysqlclient
as a driver option for connecting to Google Cloud SQL instances. Currently the only MySQL driver we support is pymysql (code) as we need the ability to pass in a pre-configured SSL socket/connection.Let me know, happy to give further details if need be or raise a feature request 😄
Beta Was this translation helpful? Give feedback.
All reactions