This website works better with JavaScript
Home
Explore
引导页
在线工具
Blog
Register
Sign In
Pchen0
/
Double_X_Attendance
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
dev
master
Double_X_Attend...
/
plugin
/
DataBase
/
db.js
db.js
81 B
Permalink
History
Raw
1
2
3
4
5
const MySQL = require('./MySQL');
const db = new MySQL();
module.exports = db;