-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Hi There,
I was trying to parse the below URL , but it is returning null
const h = ConnectionString.parseHost('[server.site1.company.com::]:1512); console.log(h);
prints null on console.
Basically I want to create multihost string like below
postgres://user:password@server1.site1.company.com:1512,[server2.site2.company.com::]:1512/dbname?target_session_attrs=read-write
Metadata
Metadata
Assignees
Labels
No labels