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

Summary


In this chapter, you learned how to use the dataclips tool provided by Heroku. This tool allows you to build SQL queries using a Postgres database hosted on Heroku. You also learned that through dataclips, you can share the results with other people, and they can see the results in many different ways, that is, on the web, in the JSON, CSV, or Microsoft Excel (XLS) formats, and you can embed or share them on Google Drive.

You also saw that dataclips are an interesting feature when working on prototyping APIs, but they should not be used in production APIs.

In the next chapter, you will learn about the rollback, followers, and forks features. Besides this, you will also study some use cases.