how would you create a local test db?
# orm-help
d
how would you create a local test db?
n
run
prisma init
, "create new DB" and follow the steps 🙂
essentially you can run Prisma locally + connect to a local DB using
docker-compose