PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 19th of August, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[08:17:07] <Zenstecm> https://termbin.com/qyez
[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?