Nico Chaves

Results 1 comments of Nico Chaves

The solution below is working well. ```js import { Client } from "pg"; const Cursor = require("pg-cursor"); import { promisify } from "util"; const run = async () => {...