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

Add common parameter names to ConnectionParameters TS type #707

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

mkubliniak
Copy link
Contributor

fixes #645

  • added reference to Client Connection Defaults PostgreSQL documentation to the readme
  • added common (often used from my experience) parameter names directly to the ConnectionParameters type
  • changed value type of parameter from just string to string | number | boolean - number and boolean works too

@porsager porsager merged commit ca2754c into porsager:master Oct 26, 2023
25 checks passed
@porsager
Copy link
Owner

Cool - thanks!

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

Successfully merging this pull request may close these issues.

How to set DATESTYLE on new connections
2 participants