DEV Community

Discussion on: Add Prisma 2 to a NestJS Application

Collapse
 
aryanjnyc profile image
Aryan J

Good question.

I would rather have everything Prisma-related (the schema and the NestJS module) in one folder rather than separated into two folders.

There's also a bit of personal preference there with wanting to keep my root folder as clean as possible.