Visually Edit Your Schema

I just found these 2 tools. Pretty neat and could be useful when fleshing out your schema.

At this point I need auto-cluster detection for these tools to be useful. I’ve got 37 tables and growing. Currently I just have a manual version of it I keep updated myself in a whimsical diagram (and document how which migration I’ve updated it match), but this will be unsustainable on the next team expansion. It’s kind of already unsustainable because it’s very susceptible to human error

I’m getting near 20 and navigating models start to feel a bit clumsy. If part of your issue is that all models are in 1 file, check out this post where someone mentioned an external tool that can help break up the schema file. Multiple sub-schema files to compensate for Prisma - #10 by vamsiv