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 March 5, 2025 12:53
mongodb connection and CRUD singleton
/*
*
* 2020 Carlos Martínez
* follow me https://github.com/coxato
*
*/
const MongoClient = require("mongodb").MongoClient;
const mongoClientOptions = { useNewUrlParser: true, useUnifiedTopology: true };
// mongoDB instance