Running examples using remote DB
Opened this issue · 2 comments
pcoady commented
Hi,
Great work!
I would like to run the examples using a DB on AWS RDS. The endpoint is:
db-postgresql-dev.cxxxxxxxxxxx.us-east-1.rds.amazonaws.com:5432
What do I need to change to get it running?
Slava commented
I think you are looking for POSTGRESQL_URL
env variable:
postgres-packages/packages/pg/pg.js
Line 1 in 694a96f
pcoady commented
Thanks. Migration worked a treat.