PrismaP
Prisma2mo ago
5 replies
michaelhays

Prisma Studio v7 polish

Hey Prisma team, very excited to see the rewrite of Prisma Studio! The embeddable version is super cool.

There are a handful of things that seem to need addressing/don't seem to be present in the new version:

1. Reverse relations aren't shown (e.g. User.posts)
2. Relations are only shown if the database uses foreign keys, so not if using relationMode = "prisma" like with PlanetScale
3. Columns aren't truncated at all, so columns with a lot of data are unusably wide
4. No option to create multiple tabs (though you can open new browser tabs as a workaround -- yay for URL state!)
5. Various UI polish needed, like overlapping text when pinning columns

I use Prisma Studio a lot for data manipulation, and unfortunately the v7 iteration isn't currently usable with these issues.

I can file these as issues at https://github.com/prisma/studio, but I wanted to post here first to get a general vibe check on what the plan is to address these things, like if they're fast follows, or if there's a way I can continue using Prisma Studio v6 while having my Prisma client on v7.

Thanks!
Was this page helpful?