Is there any programmable way to manage standalone databases on Heroku Postgres? Although it provides a nice web UI for it, but it’s not programmable (at least without any hack). Heroku seems to likely provide HTTP API or such thing for it, but I couldn’t find it.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Heroku Postgres has an API accessible via command-line tools as well as the simple web-based UI. You can hack the Ruby client code as well if you feel like. |
|||
|
Short answer is "no". Longer answer is "hopefully in the near future, but we don't have an ETA". |
|||
|
|