loopback-connector-mysql/index.js

11 lines
328 B
JavaScript
Raw Normal View History

2016-05-03 23:52:03 +00:00
// Copyright IBM Corp. 2012. All Rights Reserved.
// 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';
2016-07-19 20:52:46 +00:00
var SG = require('strong-globalize');
SG.SetRootDir(__dirname);
2012-12-14 14:01:44 +00:00
module.exports = require('./lib/mysql.js');