Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
ruslan
Posts
Comments
DT
Drizzle Team
•
Created by Julio Barros on 11/3/2023 in
#help
migrate with node-postgres
change
client
to
pool
solves issue
const
pool =
new
Pool
({
connectionString: dbURL,
max:
1
,
})
const
pool =
new
Pool
({
connectionString: dbURL,
max:
1
,
})
10 replies