We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e807dd commit 3afcdb4Copy full SHA for 3afcdb4
1 file changed
packages/toolkit/src/db/client.ts
@@ -37,6 +37,7 @@ export function createDatabase(url?: string): DatabaseConnection {
37
max: 1, // Single connection for CLI usage
38
idle_timeout: 20, // Close idle connections after 20 seconds
39
connect_timeout: 10, // Connection timeout in seconds
40
+ prepare: false, // Required for Neon pooler / PgBouncer compatibility
41
onnotice: () => {
42
// Suppress notices in CLI
43
},
0 commit comments