[08:23:49] <Zenstecm> i wonder if it would like "lo.cal.host" -> 127.0.0.1 better than "localhost"
[16:10:58] <dman777> Postgres node driver has it to where I can grab the db driver with const pool = require('../../db/postgres/init').pool. with MongoClient.connect().then((db) => {}).... Does the mongodb npm library where I can grab a pre-existing db driver passed from connet() from anywhere in my app?