drizzle-orm
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 😅
### 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....
### 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()...
### 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 ...
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...
### 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...
### 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...
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...