Book Image

Learning Heroku Postgres

By : Patrick Rafael de Oliveira Espake
Book Image

Learning Heroku Postgres

By: Patrick Rafael de Oliveira Espake

Overview of this book

Table of Contents (17 chapters)
Learning Heroku Postgres
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Keyword List
Index

Heroku Postgres web interface


Heroku provides a web interface that allows you to view and manage your database. It is available by clicking on the link Heroku Postgres :: Gold in the dashboard or visiting the address https://postgres.heroku.com.

Web interface for managing your PostgreSQL database

In this interface, you have information about the database, such as host, database, user, port, password, how to access psql, and other statistics about the database. In addition, you can perform sophisticated tasks that you will learn later in this book.