-
### Describe what you want
More at https://www.postgresql.org/docs/current/ddl-partitioning.html
While you could query those partitions from Drizzle, a first-class support where you can also defin…
-
### Environment
Latest Nuxt
### Reproduction
n/a
### Describe the bug
Hi there,
Two things related to Drizzle integration.
Say I have a user schema/table:
```js
const users = …
-
Express and Drizzle both have classes with property methods called `get`. It seems to be fine if defined like
```
get(/* args */) {
/* method */
}
```
but this line in drizzle: https://githu…
-
### What version of `drizzle-orm` are you using?
?
### What version of `drizzle-kit` are you using?
?
### Describe the Bug
From drizzle-kit-mirror repo: https://github.com/drizzle-team/drizzle-ki…
-
### Describe what you want
Currently, running `drizzle-kit introspect:{dialect}` command lets you pull DDL from an existing database and generate `schema.ts`.
However, the generated `schema.ts` …
-
# ORM
- sequelize v7
- typeorm
- prisma
- mikro-orm
## query builder
- drizzle
- knex
- objection.js
-
When running `drizzle-kit introspect:mysql`, no primary keys are generated for table properties in the resulting schema.ts.
## Steps to reproduce
Generate database:
```
CREATE DATABASE IF NOT …
Vic-M updated
2 weeks ago
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
When I go to introspect the database, `drizzle-kit` returns an…
-
since drizzle-orm are published, i believe it's wonderful db package better than prisma (😅) for nest.
Have you planning the integration of it?
-
### Describe the feature
- db0 to Turso with Drizzle ORM support.
I believe I'm close to having it working, will PR soon if nobody else does.
![image](https://github.com/unjs/db0/assets/6774603…