Skip to content
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

Open
radzish opened this issue Oct 20, 2019 · 6 comments
Open

Possibility to connect using unix domain sockets #105

radzish opened this issue Oct 20, 2019 · 6 comments

Comments

@radzish
Copy link

radzish commented Oct 20, 2019

Is it supported?

@grillbiff
Copy link
Contributor

Seems as if there is now SDK support for unix sockets.
dart-lang/sdk@ed83a28

@grillbiff
Copy link
Contributor

Created a fork here which implements Unix sockets for anyone that is interested in trying it out in dart dev before it is released
https://github.com/grillbiff/postgresql-dart

Requires https://github.com/dart-lang/sdk/releases/tag/2.8.0-dev.17.0 or higher.

@isoos
Copy link
Collaborator

isoos commented Apr 11, 2020

@grillbiff: fantastic! It would be nice to merge this after 2.8.0 stable is released.

@kirklink
Copy link

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!

@isoos
Copy link
Collaborator

isoos commented May 22, 2020

@grillbiff: Can you update your fork to use the stable SDK references for minimum SDK version and create a PR from it?

@grillbiff
Copy link
Contributor

@isoos ok, I've updated it but to be honest, I'm a bit of a beginner with Dart so please check it carefully :)

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

No branches or pull requests

4 participants