dwyl / learn-postgresql

🐘 Learn how to use PostgreSQL and Structured Query Language (SQL) to store and query your relational data. 🔍
212 stars 23 forks source link

How to `DELETE` all data in Postgres Database? #81

Open nelsonic opened 2 years ago

nelsonic commented 2 years ago

Need to some raw SQL to DELETE all data in a test database so that it can be re-created as part of the init function https://github.com/dwyl/auth/issues/176