martyzz1 / heroku3.py

This is the updated Python wrapper for the Heroku API V3. https://devcenter.heroku.com/articles/platform-api-reference The Heroku REST API allows Heroku users to manage their accounts, applications, addons, and other aspects related to Heroku. It allows you to easily utilize the Heroku platform from your applications.
Other
118 stars 73 forks source link

no support for pg? #93

Closed GoldenMouse closed 4 years ago

GoldenMouse commented 4 years ago

It doesn't seem like this library supports any postgres actions. Like heroku pg:info. Is that correct?

allardbrain commented 4 years ago

Heroku itself doesn't expose any Postgres functionality in its API beyond managing a Postgres instance as an Add-On (adding, destroying, attaching, etc.)

GoldenMouse commented 4 years ago

@allardbrain yes, I spent awhile perusing their API and found nothing. What an oversight for such an important task.

martyzz1 commented 4 years ago

@GoldenMouse I agree. It would be useful to avoid bash scripting my db actions....