Reputation: 15117
I cannot access the db directly because it is shared. Any recommendations on how I could get pretty intricate data tables out?
Upvotes: 0
Views: 84
Reputation: 5979
You probably want to use the dev plan, this will allow you to ingress and runs on the same version as the production instances - https://devcenter.heroku.com/articles/heroku-postgres-dev-plan
Upvotes: 2