Postgres Connection Strings
"Postgres Connection String" samples.
Simple Postgres Connection String
Demo example:
Note: If you are use "@" in password then you need to use "%40" instead of "@".
username: DB Username.
password: DB Password.
localhost: server IP or DNS.
381: server port.
DB_Name: Database name.
Ref_Link: Connection String URI Format