zodipus-migration
Migration Guide
Migrate to Zodipus from other Prisma-Zod generators.
When to Apply
- User mentions migrating from another generator
- User has existing prisma-zod-generator setup
- User wants to switch from zod-prisma or zod-prisma-types
- User asks about differences between generators
- User needs to replace existing Prisma-Zod solution
Why Migrate to Zodipus?
More from bratsos/zodipus
zodipus
Prisma-to-Zod schema generator with composable Query Engine. Use when user mentions zodipus, prisma zod schemas, prisma validation, zod from prisma, query builders with zod, runtime database validation, or type-safe prisma queries.
3zodipus-setup
Install and configure Zodipus Prisma generator. Use when installing zodipus, setting up generator options, configuring output paths, choosing date formats, or integrating with Next.js/Express/Fastify/tRPC.
3zodipus-query-engine
Build type-safe, composable Prisma queries with automatic Zod validation. Use when working with createRegistry, query builders, select/include patterns, validated database queries, findMany validation, or type-safe Prisma results.
3zodipus-troubleshooting
Debug and fix Zodipus errors. Use when validation fails, generation errors occur, types don't match, Query Engine behaves unexpectedly, or user encounters any zodipus-related error.
3zodipus-custom-schemas
Define custom Zod schemas for Prisma JSON fields using @zodSchema annotations. Use when working with typed JSON, metadata fields, settings objects, complex JSON structures in Prisma, or custom-schemas.ts.
3