Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with postgresql connector #1

Open
weedroyal opened this issue May 28, 2018 · 1 comment
Open

issue with postgresql connector #1

weedroyal opened this issue May 28, 2018 · 1 comment

Comments

@weedroyal
Copy link

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

@vearutop
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants