Closed alexanderadam closed 6 years ago
Other than explained in the readme this won't use user postgres:
postgres
dexter -U postgres -p 5432 -d database
but this will:
dexter postgresql://postgres@localhost:5432/database
Hey @alexanderadam, thanks for reporting 👍 Fixed on master.
Awesome, thank you for your blazingly fast response :+1:
Other than explained in the readme this won't use user
postgres
:dexter -U postgres -p 5432 -d database
but this will:
dexter postgresql://postgres@localhost:5432/database