shot
DTDrizzle Team
•Created by shot on 7/17/2024 in #help
RangeError: Maximum call stack size exceeded on update and delete for small number of rows (10s)
I have the following two calls that return the same RangeError:
The number of rows in question is around 10. I am successfully using .where with update in another query.
47 replies
DTDrizzle Team
•Created by shot on 6/21/2024 in #help
query with one to many (postgres + foreign keys)
I have the following schema:
I am trying to query for a specific accounts and get all associated nfts with:
This results in the error:
Invalid drizzle query
.
Do I have to use drizzles relations
to associate nfts to accounts instead of just foreign keys in order to use db.query
?4 replies
DTDrizzle Team
•Created by shot on 11/22/2023 in #help
Typescript errors following drizzle-kit quick start
Files and errors in comments
I'm attempting to follow the drizzle-kit quick start. I am encountering 2 issues. When attempting to run
index.ts
with pnpm tsc src/index.ts
I get typescript errors from inside the drizzle-orm library. When I attempt to run the resulting src/index.js
file with node src/index.js
it fails with errors.5 replies