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

feat(pg-connection-string): ClientConfig helper functions #3128

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

hjr3
Copy link
Collaborator

@hjr3 hjr3 commented Jan 17, 2024

Two new functions are introduced to make it easy for TypeScript users to use a PostgresSQL connection string with pg Client.

Fixes #2280

@hjr3
Copy link
Collaborator Author

hjr3 commented Jan 17, 2024

I will rebase once #3122 lands

Two new functions are introduced to make it easy for TypeScript
users to use a PostgresSQL connection string with pg Client.

Fixes brianc#2280
@hjr3 hjr3 force-pushed the client-config-compat branch from 1b318dc to 9c0560a Compare November 15, 2024 12:48
@hjr3
Copy link
Collaborator Author

hjr3 commented Nov 15, 2024

@charmander please review this when you have a moment. This is related to #2709

@hjr3
Copy link
Collaborator Author

hjr3 commented Dec 3, 2024

@brianc what can we do to land pg-connection-string PRs?

@hjr3 hjr3 merged commit 5a8b1a7 into brianc:master Apr 9, 2025
5 checks passed
@hjr3 hjr3 deleted the client-config-compat branch April 9, 2025 00:06
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.

pg-connection-string ConnectionOptions interface is not compatible with PoolConfig
2 participants