Builder's DayOctober 26 · SFGet tickets

Prisma 8 extension

zod-json

Typed JSON columns described and enforced by a zod schema.

CommunityPostgreSQL

What it does

Declare a JSON column from a zod schema. The column's TypeScript type follows the schema and values are validated against it at runtime. Implements the zod/json@1 codec.

Registration steps are in the package README in the source repository.