Connection string is term PostgreSQL drivers use to connect specified database. In this article we will try to answer question What is the Format for the PostgreSQL Connection String?
In general, database connection string in PostgreSQL is:
postgresql://username:password@host:port/dtabase_name
As a note, that is not a JDBC connection string. For JDBC there is a different format, we can talk about it later.
Keep in touch
If you find our articles helpful, please leave a comment below. Have a question? Please do not hesitate to leave a comment below. I would like to hear from you, and try my best to get in touch with you as soon as possible.



Leave a Reply