Hello all<br>
<br>
I have a very simple question to ask.<br>
What is the syntax of mentioning dsn connection. <br>
<br>
User name: postgres<br>
Password:123456<br>
host name:localhost<br>
Db name:maps<br>
 <br>
Is this correct?<br>
dsn = pgsql://postgres:123456@localhost:5432/maps<br>