-
Notifications
You must be signed in to change notification settings - Fork 32
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
Possibility to connect using unix domain sockets #105
Comments
Seems as if there is now SDK support for unix sockets. |
Created a fork here which implements Unix sockets for anyone that is interested in trying it out in dart dev before it is released Requires https://github.com/dart-lang/sdk/releases/tag/2.8.0-dev.17.0 or higher. |
@grillbiff: fantastic! It would be nice to merge this after 2.8.0 stable is released. |
Any chance this support for Unix sockets could get merged in? I'm personally using an ugly hack to use Cloud Postgresql on Cloud Run and it would be awesome to drop that now that 2.8 has landed. Thank you for considering it! |
@grillbiff: Can you update your fork to use the stable SDK references for minimum SDK version and create a PR from it? |
@isoos ok, I've updated it but to be honest, I'm a bit of a beginner with Dart so please check it carefully :) |
Is it supported?
The text was updated successfully, but these errors were encountered: