14th Dec 2021
Prisma connection url
Earlier today I decided to get rid of the .env file and replace it with
.env.local since I'm using Nextjs. When I tried to run npx prisma studio. The command failed because prisma looks for the database url specifically in the .env file.