PWSey
DTDrizzle Team
•Created by PWSey on 10/30/2023 in #help
Using db. causes the whole app to hang forever.
drizzle.config.ts
index.ts
layout.tsx
I can successfully db:push, and I can see the tables being created on planetscale as well as when running db:studio
2 replies
DTDrizzle Team
•Created by PWSey on 10/27/2023 in #help
Neon DB pooled connection prepared statement error
When using Neon DB with pooled connection it gives the following error:
The above error happends when using prepared statement, as well as when not using prepared statements. Without pooled connection it works.
2 replies
DTDrizzle Team
•Created by PWSey on 10/23/2023 in #help
How to get a similar result of db.query but with extra aggregation and using select
I have the following drizzle query which works correctly but the results is not what I expect since we are grouping votes as well by their ids.
I am trying to get
this results in all the votes which is what I am trying to achieve, but I am also trying to aggregate the total votes from the database as I believe it will be easier when filtering.
12 replies