Blame view

index.js 328 Bytes
5034c7fc   Arsisakarn Srilatanart   mysql date timezo...
1
2
3
4
5
6
7
8
9
10
// 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

'use strict';
var SG = require('strong-globalize');
SG.SetRootDir(__dirname);

module.exports = require('./lib/mysql.js');