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

Support arbitrary options in ConnectInfo #91

Open
brandon-leapyear opened this issue May 6, 2022 · 0 comments
Open

Support arbitrary options in ConnectInfo #91

brandon-leapyear opened this issue May 6, 2022 · 0 comments

Comments

@brandon-leapyear
Copy link

It would be nice to specify extra options like sslmode in ConnectInfo like

ConnectInfo
  { extraOptions = [("sslmode", "verify-full")]
  }

Currently, you have to go into the source code, figure out if postgreSQLConnectionString uses postgresql://... syntax or k=v syntax, then manually add the options, which could break if postgreSQLConnectionString changes the format

https://www.postgresql.org/docs/9.5/libpq-connect.html#LIBPQ-CONNSTRING

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

1 participant