diff --git a/content/300-guides/050-database/850-planetscale.mdx b/content/300-guides/050-database/850-planetscale.mdx index c47bf0fd00..9b4df0deee 100644 --- a/content/300-guides/050-database/850-planetscale.mdx +++ b/content/300-guides/050-database/850-planetscale.mdx @@ -291,7 +291,7 @@ const adapter = new PrismaPlanetScale(connection) const prisma = new PrismaClient({ adapter }) ``` -You can then use Prisma Client as you normally would with full type-safety. +You can then use Prisma Client as you normally would with full type-safety. Prisma Migrate, introspection, and Prisma Studio will work continue working as before using the connection string defined in the Prisma schema. ## More on using PlanetScale with Prisma