1 min readApr 24, 2020
Hi Martin,
It’ll be something like this:
```
postgresql://localhost
postgresql://localhost:5432
postgresql://localhost/mydb
postgresql://user@localhost
postgresql://user:secret@localhost
```
More info here: https://stackoverflow.com/a/20722229