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.
2 Answers
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.