-
-
Notifications
You must be signed in to change notification settings - Fork 137
Add support for unix domain socket #175
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
Comments
see also this issue: spring-projects/spring-data-r2dbc#192 |
I created a PR #176 for this, however don't know how to update the tests to try the new change, if you happen to know how to do it quickly maybe you can add some tests |
With mysql try to configure the socket. This might help: https://superuser.com/questions/1411402/how-to-expose-linux-socket-file-from-docker-container-mysql-mariadb-etc-to |
Thanks, will work on it tomorrow |
Any update on this issue? |
Stale issue message |
I am continuing the work on this in #319 so reopened the issue. In the api side the current PR adds Lastly, the current PR does not have Postgres tests in case someone wants to contribute that. Otherwise the current PR will be merged without integration test for postgres (which is relatively minor part of the current change, but require setup effort). |
Implemented in 2.1.6. Thanks @andy-yx-chen and @czp3009! |
Thanks, this has been quite some time, it's great to see this is closed |
This will allow to connect to databases that requires unix socket connection like Google Cloud SQL.
The text was updated successfully, but these errors were encountered: