Salim Dellali
Salim Dellali
any update ? ```prisma enum Grade { ONE @map("#1") TWO @map("#2") X_THREE @map("X3") THREE @map("#3") FOUR @map("#4") } ``` I'm using PostgreSQL under Prisma, the weird thing is when I...
I have the same issue, I had a React project where I test things out, I wanted to test this package, and upon installation I got the following error ```bash...
I was able to get my snake_case in the db right by specifying the casing in **both** `drizzle.config.ts` and `/src/db/index.ts`, I believe this should be specified in the [docs](https://orm.drizzle.team/docs/sql-schema-declaration#camel-and-snake-casing) as...