我正在使用 postgres 数据库在 heroku 上运行 python 应用程序。
如果我在 PGAdmin 中输入凭据或将其添加到本地环境中的 django 安装中,我就可以开始写入和读取操作。
虽然调试起来非常舒适,但感觉有点不安全。
当然,它是 ssl,但这是一个正常的用例吗?
如果不是,我将如何改变它?
I don't know if you should consider it the normal use case but to be on the safe side you should "fork" the database and work on this new copy. More here: https://postgres.heroku.com/fork