ashercsulb

Results 1 issues of ashercsulb

I ran the sample code you provided and the pool.end() does not seem to work. Code at: https://node-postgres.com/features/pooling Code console.log("start async query"); const result = await pool.query("SELECT NOW()"); console.log("async query...