Is there an easier way to wipe all the data from postgresql rather than tearing down container
Doing a lot of fast iteration where I want to reset the database each time to have a clean slate. Is there an easier way to delete the data that won't need a new env var?
1 Reply
delete all the tables