Migrating from Prisma
Hi, I have an existing project already in production built using prisma and postgres (supabase). I am planning to go serverless and hence planning to migrate to drizzle + PlanetScale. Here is how I am planning it:
- Use Prisma to generate the entire schema structure in MySQL (Planetscale)
- Use Drizzlekit to introspect and generate types.
- Use Drizzle ORM for querying.