-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Multiple hosts support, try n2 #1987
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still just looks like parsing with no pure-JS-driver implementation?
"packet-reader": "1.0.0", | ||
"pg-connection-string": "0.1.3", | ||
"pg-native": "^3.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pg isn’t supposed to have a dependency on pg-native, since pg-native is optional.
@@ -20,16 +20,16 @@ | |||
"main": "./lib", | |||
"dependencies": { | |||
"buffer-writer": "2.0.0", | |||
"connection-string": "^3.0.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
connection-string follows a different spec from libpq. I think a PostgreSQL driver should stick with the libpq format.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know.
Oh, not sure I can finish this in the near future. Sorry ;-( Todo:
Still not sure what is actually right to do with |
Closes #1470