DT
Drizzle Team
help
Type error for eq()
Looking for more? Join the community!
DT
Drizzle Team
help
DT
Drizzle Team
help
Recommended Posts
InArray Function not WorkingWhy is the drizzle Function inArray mapping my array from ['1ed01d30-d16d-4b8f-b5d0-01b2a5d94d13', 'Raw sql nullable types, sql<Type | undefined>```
const result = await db.select({
customField: sql<Type | null>`...`
```
This gets inferred toUsing with NestJS and ZodI'm trying to use `drizzle-zod` and `nestjs-zod` together to create Zod schemas and classes for inseMany-to-Many joins results in weird valuesHey, I am new to Prisma, switching here from prisma so I can use a typesafe orm with D1 properly. I Is drizzle fully framework agnostic?I saw a lot of people use drizzle in NextJS, but i didn't find a lot of information about usage in fTyping columns based on TableI'm trying to make a generic `paginateQuery` function that would let me pass in the table and then aDoes onConflictDoUpdate work with composite primary keys?I have a model defined below:
```ts
export const userDevices = pgTable(
'user_devices',
{
iSupport for multiple with statements?Is it possible to have multiple with statements?
```
const carriers = await tx
.with(ca