Answers for "how to access postgres using a url"

SQL
5

database url postgres

DATABASE_URL = "postgres://YourUserName:YourPassword@localHost:5432/YourDatabaseName";
Posted by: Guest on November-17-2020
1

access the postgres psql

psql -h localhost -U username databasename
Posted by: Guest on August-05-2020

Code answers related to "how to access postgres using a url"

Code answers related to "SQL"

Browse Popular Code Answers by Language