Ben Quan
DTDrizzle Team
•Created by Ben Quan on 11/4/2024 in #help
Semicolon separated emails using drizzle-zod.
I have the following Schema definition for drizzle-zod:
I want to change the email verification from a single to a multi email verification
I have an idea of the required zod definition
but I am not sure how to represent that inside ResitroShema (for the field: correo)?
3 replies
DTDrizzle Team
•Created by Ben Quan on 8/8/2023 in #help
Simple relational query in sqlite
I am trying to follow the documents but using BetterSqlite3.
I have the schema shown in https://orm.drizzle.team/docs/rqb:
The first problem I see is that when I run
pnpm drizzle-kit generate:sqlite
the foreign keys are not generated:
What am I missing?1 replies