drizzle-orm icon indicating copy to clipboard operation
drizzle-orm copied to clipboard

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅

Results 759 drizzle-orm issues
Sort by recently updated
recently updated
newest added

### What version of `drizzle-orm` are you using? 0.22.0 ### Describe the Feature Request I'm trying to port something from Prisma that uses a [`cuid`](https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#cuid) type for the identifier column....

enhancement

### What version of `drizzle-orm` are you using? 0.25.3 ### What version of `drizzle-kit` are you using? 0.17.6 ### Describe the Bug Consider the following query. ```ts await db .select()...

bug
blocked

### What version of `drizzle-orm` are you using? 0.25.3 ### What version of `drizzle-kit` are you using? 0.17.6 ### Describe the Bug ## bug ![23-04-28_12-23-11_601 _ Code _ schema ts_-_noco-life-prefix_-_Visual_Studio_Code](https://user-images.githubusercontent.com/60710873/235125023-2cc76e04-8d27-49f8-8ea1-f8354a5e60fa.png)...

bug

Hello, When defining a foreign key constraint, developer has the choice to define how the constraint will behave on delete and update event. Currently, I see no way of defining...

### Describe want to want End user should be responsible for minifying and bundling into one file. I was hoping to use [`[SQLite] Add boolean mode to integer`](https://github.com/drizzle-team/drizzle-orm/pull/411) before its...

enhancement

### What version of `drizzle-orm` are you using? 0.25.2 ### What version of `drizzle-kit` are you using? 0.17.6 ### Describe the Bug In PostgreSQL, with this call I get the...

bug

### Describe want to want I'm looking at Drizzle ORM for a new project and loving it so far :) I don't see anything about MySQL geospatial types in the...

enhancement

Fix for #518. If the target consisted of multiple columns, they were wrapped in two pairs for parentheses, which was invalid SQL. Thanks @hirvesh for identifying the root cause of...