Typebot is also pluggable to a PlanetScale database. But it means, you’ll need to push schema changes manually.
To do so, follow these instructions:
DATABASE_URL
with a PlanetScale development branch URL.packages/prisma
directory, run a the db push command: pnpm run db:push
You can’t connect to PlanetScale database if you are deploying with Docker as docker images are currently built only with postgresql support.
Typebot is also pluggable to a PlanetScale database. But it means, you’ll need to push schema changes manually.
To do so, follow these instructions:
DATABASE_URL
with a PlanetScale development branch URL.packages/prisma
directory, run a the db push command: pnpm run db:push
You can’t connect to PlanetScale database if you are deploying with Docker as docker images are currently built only with postgresql support.