Search code examples
pythonpostgresqlheroku

Connecting Python to a Heroku PostgreSQL DB?


I am exploring various features of the Python language. I have created a Postgres db on Heroku, am am looking to connect to it. I have the host, database user, port and password settings. I am not looking to deploy to Heroku, just connect locally to this db. Where can I get started?


Solution

  • I don't know anything about Heroku, but maybe psycopg is what you're looking for?