Running Heroku Postgres with least privilege
问题 Can I connect to a Heroku Postgres database via an web/application without the risk of dropping a table? I'm building a Heroku application for a third party which uses Heroku Postgres for the backend. The third party are very security sensitive so I'm looking at applying "Layered security" throughout the application. So for example checking for SQL injection attacks at the web/application layer. Applying a "Layered security" approach I should also secure the database in case a potential SQL