ruslan
ruslan
DTDrizzle 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