-
### Describe what you want
`schema.ts`
```typescript
import { integer, pgTable, varchar } from 'drizzle-orm/pg-core';
export const workflow = pgTable('workflow', {
id: integer().primaryKey()…
-
### 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
I am trying to run a simple aggregation query to cou…
-
### Environment
```
System:
OS: Linux 6.1 Debian GNU/Linux 12 (bookworm) 12 (bookworm)
CPU: (4) x64 Intel(R) Core(TM) i5-6600 CPU @ 3.30GHz
Memory: 2.03 GB / 31.51 GB
Container…
-
Hi there, I am currently evaluating a bunch of orm-a-like libraries for an upcoming project.
I have experience with sequelize and waterline. I found mikro-orm while trying to choose a new ORM for a…
-
When using `@libsql/client` with Next.js (I've only tested in the app router), the client spits out a number of warnings about resolving modules.
Here's a small sample:
```
- warn ./node_module…
-
### What version of `drizzle-orm` are you using?
0.30.10
### What version of `drizzle-kit` are you using?
0.21.4
### Describe the Bug
I cannot update a column type unless I wipe my db o…
-
Hi,
I get this Error after running "pnpm run dev":
- info Loaded env from /Users/jannik/Projects/feuerwehr-penzberg-website/skateshop/.env
- error Failed to load next.config.mjs, see more info he…
-
Unhandled Runtime Error
NeonDbError: function sum(character varying) does not exist
Source
app\(routes)\dashboard\page.jsx (25:20) @ async getBudgetList
23 | */
24 | const getBudgetL…
-
This editor looks interesting, so I cloned the repo and ran it on my computer. Upon running the code, it returns:
Module not found: Can't resolve 'drizzle-orm/sqlite-proxy'
It seems as if the `d…
-
Drizzle as an ORM is static in the sense that I cannot change the postgres schema at runtime if I don't know the name ahead of time, which defeats the purpose.
We have two options:
* Either forget ab…