loopback-connector-mysql/index.js

11 lines
335 B
JavaScript
Raw Permalink Normal View History

2020-02-08 22:23:33 +00:00
// Copyright IBM Corp. 2012,2019. All Rights Reserved.
2016-05-03 23:52:03 +00:00
// Node module: loopback-connector-mysql
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
2016-08-10 18:41:03 +00:00
'use strict';
const SG = require('strong-globalize');
2016-07-19 20:52:46 +00:00
SG.SetRootDir(__dirname);
2012-12-14 14:01:44 +00:00
module.exports = require('./lib/mysql.js');