I have a database that I am testing some imports from a Heroku project. I will want to do this several times as we play about with things.
What is the best way to drop the database to start over?
Any research I’ve done points to either deleting the database and creating a brand new one (seems overkill, especially if I want to keep a standard naming convention) or doing this using postgres and recreating the public schema, which seems better but also potentially dangerous if permissions aren’t identical to how Render creates things.