We have a pretty big project right now based on Prisma. But the direct use of prisma everywhere has started to show its age. Theres no unified way to do validation, send a notification, other side-effects, etc. Prisma is still a little early on being able to augment the models. Computed fields barely work.<p>How are other folks organizing their projects to keep things sane?
The correct way to do it is always pretty much the same.<p>Clean architecture / ports & adapters<p>You are supposed to put your database details behind interfaces