You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to run your demo but db = postgresql.open('pq://user:pass@localhost:5434/db') gives error. My username is postgres, password is 1234 , db name is test. Can you help me with the connection string? I am sorry but my searches on google didn't give any appropriate result.
ThankYou
The text was updated successfully, but these errors were encountered:
If you have local postgresql instance (not in docker) default port is 5432, so whole connection string should be 'pq://postgres:1234@localhost:5432/test', please check if it works for you.
Hi, I am trying to run your demo but
db = postgresql.open('pq://user:pass@localhost:5434/db')
gives error. My username is postgres, password is 1234 , db name is test. Can you help me with the connection string? I am sorry but my searches on google didn't give any appropriate result.ThankYou
The text was updated successfully, but these errors were encountered: