Now that I've deployed my webapp to Heroku, how would I be able to browse the database as it's altered over time?
既然我已经将我的webapp部署到Heroku了,那么随着时间的推移,我将如何浏览数据库?
1 个解决方案
#1
16
Try heroku pg:psql
. For instructions for how to do this, see this.
试试heroku pg:psql。有关如何执行此操作的说明,请参阅此处。
#1
16
Try heroku pg:psql
. For instructions for how to do this, see this.
试试heroku pg:psql。有关如何执行此操作的说明,请参阅此处。