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

How to provide User Name and Password in the command #124

Open
dhirajsonavane opened this issue Mar 2, 2021 · 1 comment
Open

How to provide User Name and Password in the command #124

dhirajsonavane opened this issue Mar 2, 2021 · 1 comment

Comments

@dhirajsonavane
Copy link

Hi,

Could you please update documentation about how to pass user name, password, port in command?

Thanks
Dhiraj

@TobiasNickel
Copy link

just as part of the database url:

schemats generate -c postgres://username:password@localhost/osm -t users -o osm.ts

if you have special chars in your password, you can use the browsers "encodeURIComponent" function to encode the password for the URL.

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