Why `prisma generate --sql` needs to have `DATABASE_URL`?
I'm getting this error when executing
Why does
prisma generate --sql but not if executing prisma generate:Why does
--sql need to connect to the DB? May I disable it?