Database adapter based on MongoDB.
This library is basically just a thin wrapper around the native MongoDB client.
Once required, the ObjectId class is available globally.
npm i metaldbvar database = require('metaldb')
var mongodbOptions = {}
var db = await database('localhost:27017/dbname', mongodbOptions)MIT Licensed. Enjoy!
Created by Eldøy Tech AS