UNPKG
tidb
Version:
latest (0.2.0)
0.2.0
0.1.0
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
A TiDB driver for Node.js
github.com/g1eny0ung/node-tidb
g1eny0ung/node-tidb
tidb
/
dist
/
tidb.js
2 lines
(1 loc)
•
56 B
JavaScript
View Raw
1
2
"use strict"
;
const
s=
require
(
"mysql"
);
module
.
exports
=s;