v7 Upgrade issues
I have followed everything in the docs for Nextjs, Planetscale + Prisma 7 and im getting this when I run prisma studio
8 Replies
You selected the carefully hand-crafted route. A dev artisan will respond soon. Meanwhile, the
#ask-ai channel awaits if you're curious!
I haven't tested this with PlanetScale yet. When you say PlanetScale do you mean MySQL or Postgres offering of PlanetScale?
Hey 👋
Sorry about that. The first iteration only supports PostgreSQL, MySQL (not Vitess [PlanetScale]) and SQLite.
This is being tracked at https://github.com/prisma/studio/issues/1398.
Very frustrating and disappointing that support for it has randomly been dropped.
Nothing's random about it. There were more urgent things to be tackled in the first iteration. Support for more kinds of databases will increase in scope over time.
So people using Planetscale mysql just cant upgrade to v7 then or is there a way to use legacy studio?
afaik old studio is built on top of the rust runtime engine, which is no longer in use in v7.
in theory, you could try
npx prisma@6 studio --config=./prisma-studio.config.ts where the secondary config resolves a v6 schema.prisma file (with datasource.url still in it).