sakura
sakura
Explore posts from servers
DTDrizzle Team
Created by sakura on 3/7/2024 in #help
Support for sqlcommenter
Can Drizzle somehow support comments added to queries, like sqlcommentor? https://google.github.io/sqlcommenter/node/knex/#3
1 replies
DTDrizzle Team
Created by sakura on 10/6/2023 in #help
[Error] Using Drizzle with Neon DB
Is drizzle compatible with neon pooled connections? Neon pooled connections don't support prepared statements, and it seems like drizzle uses prepared statements internally for all requests, but I'm not sure. https://github.com/drizzle-team/drizzle-orm/blob/main/drizzle-orm/src/pg-core/query-builders/select.ts#L537 https://neon.tech/docs/connect/connection-pooling -- We've been getting many issues with our nextjs/vercel serverless production app using drizzle-orm/neon-http , @neondatabase/serverless , and neon pooled connection with autoscaling. Issues like "prepared statement x doesn't exist" and db connections becoming clogged. Wondering if this might be a cause for that
12 replies