We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
####Locally
Connecting to a database:
$ psql postgres # the default database
$ psql database_name
postgres=# \c database_name
\q
\d "Messages";
Checking which port you're on:
select * from pg_settings where name = 'port';
heroku login
heroku logs --tail --app matchjs
heroku pg:psql --app matchjs
psql --host=postgres-match-dev.co6f9ijf2gka.us-west-2.rds.amazonaws.com --port=5432 --username=psoshnin --password --dbname=matchjs