var pg = require('pg'); var conString = "postgres://username:password@localhost/database"; //this initializes a connection pool //it will keep ...
確定! 回上一頁