-
### Describe what you want
When we add new values to existing POSTGRES custom type DrizzleORM generates SQL like below:
`ALTER TYPE "custom_type" ADD VALUE "type3"`
But it will be safer if gene…
-
first of all, I AM SO THANKFUL TO YOU GUYS, I really love the effort and energy has been done here, and I would love to contribute to this project when I finish my final exams
I noticed that the bo…
-
### 系统环境
```
[root@Openstack-master the1068fm-1.3.0-stable]# cat /etc/*-release
NAME="Rocky Linux"
VERSION="9.4 (Blue Onyx)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.4"
PLATFORM_I…
-
Create a Group model representing group data.
Primary file: `/models/group.js`
-
### Describe what you want
Currently we can only use D1 from a Cloudflare Worker because the drizzle() function take a D1Database instance as a parameter that can only come from a env binding of a cl…
Kysan updated
2 months ago
-
### What version of `drizzle-orm` are you using?
0.35.1
### What version of `drizzle-kit` are you using?
0.26.2
### Describe the Bug
I am getting this error in arbitrary moments on trying to migr…
-
### What version of Hono are you using?
4.2.5
### What runtime/platform is your app running on?
Wrangler
### What steps can reproduce the bug?
Using path parameters (e. g. `GET /customers/:id`) w…
-
```
drizzle-kit: 0.27.1
drizzle-orm: 0.36.0(@libsql/client@0.14.0)(react@18.3.1)
@libsql/client: 0.14.0
typescript: 5.6.3
```
I followed the turso + drizzle setup guide from the [drizzle-kit](…
-
Same issue as https://github.com/Koenkk/zigbee2mqtt/issues/4947
As stated in the linked issue this would be a welcome addition for users who write on SD card like storage.
My usecase is a bit sp…
-
### Bug description
If an `Unsupported()` column is `GENERATED ALWAYS` (PostgreSQL), then after Prisma correctly adds that column, the next `prisma migrate dev` will incorrectly attempt to remove a `…