loopback-connector-mongodb
Version:
The official MongoDB connector for the LoopBack framework.
12 lines (8 loc) • 337 B
JavaScript
// Copyright IBM Corp. 2012,2019. All Rights Reserved.
// Node module: loopback-connector-mongodb
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
;
const SG = require('strong-globalize');
SG.SetRootDir(__dirname);
module.exports = require('./lib/mongodb');