Skip to content

Instantly share code, notes, and snippets.

View znareak's full-sized avatar
:shipit:
Be a good person...

Libardo znareak

:shipit:
Be a good person...
View GitHub Profile
@coxato
coxato / mongoSingleton.js
Last active October 5, 2020 15:10
mongodb connection and CRUD singleton
/*
*
* 2020 Carlos Martínez
* follow me https://github.com/carlosEdua
*
*/
const MongoClient = require("mongodb").MongoClient;
const mongoClientOptions = { useNewUrlParser: true, useUnifiedTopology: true };
// mongoDB instance