UNPKG

335 BJavaScriptView Raw
1// Copyright IBM Corp. 2012,2019. All Rights Reserved.
2// Node module: loopback-connector-mysql
3// This file is licensed under the MIT License.
4// License text available at https://opensource.org/licenses/MIT
5
6'use strict';
7const SG = require('strong-globalize');
8SG.SetRootDir(__dirname);
9
10module.exports = require('./lib/mysql.js');