schemats
schemats copied to clipboard
How to provide User Name and Password in the command
Hi,
Could you please update documentation about how to pass user name, password, port in command?
Thanks Dhiraj
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.