Skip to main content

Set up

To get started:
1
Install the Prisma driver adapter for PlanetScale (@prisma/adapter-planetscale) and PlanetScale serverless driver (@planetscale/database) packages:
2
Update your prisma/schema.prisma file:
Ensure you update the host value in your connection string to aws.connect.psdb.cloud. You can learn more about this here.
3
Generate Prisma Client:
4
Update your Prisma Client instance to use the PlanetScale serverless driver:
You can then use Prisma Client as you usually would with auto-completion and full type-safety.

Need help?

Get help from the PlanetScale Support team, or join our Discord community to see how others are using PlanetScale.