I\'m trying to fire up rails dbconsole
on Heroku but get the following error:
heroku run rails dbconsole
# => Couldn\'t find database client: psq
https://devcenter.heroku.com/articles/heroku-postgresql - "You must have PostgreSQL installed on your system to use heroku pg:psql". So maybe you're missing PostgreSQL on your machine. If that's not the case, then try this other command to get to the Postgres console instead:
heroku pg:psql
"psql is the native PostgreSQL interactive terminal and is used to execute queries and issue commands to the connected database."