Answers for "how to get the postgres connection url for your ddatabse"

SQL
4

database url postgres

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

postgresql database url

PG_URI=postgres://postgres:root@localhost:5432/campus
Posted by: Guest on November-04-2020

Code answers related to "how to get the postgres connection url for your ddatabse"

Code answers related to "SQL"

Browse Popular Code Answers by Language