test
-
To establish a psql session with your remote database, use heroku pg:psql (https://devcenter.heroku.com/articles/managing-heroku-postgres-using-cli)
- heroku pg:psql
- show tables: \dt
- SELECT * FROM USERS;
test
To establish a psql session with your remote database, use heroku pg:psql (https://devcenter.heroku.com/articles/managing-heroku-postgres-using-cli)