database-proxy icon indicating copy to clipboard operation
database-proxy copied to clipboard

Example of database URL and help with special characters

Open visnup opened this issue 5 years ago • 1 comments

When prompting for the database URL, we should provide an example of the URL format (protocol://username:password@host:port/database). Also, if there are special characters (@:/) in the password, some help on how to escape them properly (@=%40, :=%3A, /=%2F).

visnup avatar Jul 07 '20 21:07 visnup

Additionally, node-pg supports several flags as URL params which we could document?

visnup avatar Jul 07 '20 21:07 visnup