This website works better with JavaScript
Home
Explore
引导页
在线工具
Blog
Register
Sign In
gitnexus_team
/
GitNexus-backend
Watch
4
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
dev
master
GitNexus-backen...
/
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;