How To Delete Database In Prisma From Terminal

Prisma

21/11/2022


In Prisma, you can delete and recreate your database with:

BASH
$ prisma migrate reset

Be sure to only use this command in development environments


WRITTEN BY

Code and stuff