Depreciated table
Does eslint-plugin-drizzle work with the new eslint.config.js and eslint 9?
Drizzle better-sqlite3 WAL mode
Drizzle-Zod not supported in latest version of Drizzle-ORM
Unique Constraint

Foreign Key, is this method deprecated?
An example from the docs is marked as deprecated.
Can I re-use my Prisma Migrations on Drizzle?
Is there a type for a Drizzle connection?
composite primary key approach shows deprecate
Conditional batch on Neon Batch API?
Setting up drizzle.config.ts for AWS
Help Setting up Driver w/ AWS RDS
drizzle
is unfound....import { drizzle } from "drizzle-orm/aws-data-api/pg"

typeof table.$inferInsert isn't returning all properties?
user_id
and nothing else.
This means that any insert/update I'm trying to do it failing because I'd be trying to set summary, for example, and it isn't on the type.
I looked through the release notes and didn't see anything about this. Any ideas?...
A way to make a custom type generatedAlwaysAsIdentity
id: customId("id").primaryKey().generatedAlwaysAs(sql`IDENTITY`)
id: customId("id").primaryKey().generatedAlwaysAs(sql`IDENTITY`)
RLS - Typesafety
dbClient.query
- docs here: https://orm.drizzle.team/docs/rls
Is there a reason for this? In my testing, if you pass the same Database type your usual client returns, you get full functionality. This might just be a docs miss, but want to be sure in case this was done this way for a reason!...drizzle-kit push keeps trying to drop and recreate the same constraints
Using Zod objects generated from drizzle zod with ts-rest . Parameters interpreted as optional