pg icon indicating copy to clipboard operation
pg copied to clipboard

How to connecting to a postgrestdb using URI?

Open sonhnguyen opened this issue 4 years ago • 0 comments

Is there a way? I am having a URI like this

"DATABASE_URL": "postgresql://user:password@hostname:25061/dbname?sslmode=require&binary_parameters=yes",

I tried to used ParseURL but I don't think it support binary_parameters=yes right?

sonhnguyen avatar Mar 03 '20 16:03 sonhnguyen