Closed Jaymon closed 6 years ago
Postgres allows strings like:
postgresql:///mydb?host=localhost&port=5433
via
So it might be worth adding support for passing things like host, and username, etc. in as query params.
host
username
There is also connection-string, with complete syntax support ;)
@vitaly-t hrm, might be overkill for my python projects to have a dependency on npm and node ;)
Yeah, that's true :smile:
Postgres allows strings like:
via
So it might be worth adding support for passing things like
host
, andusername
, etc. in as query params.