1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-09-30 00:52:56 +08:00
parent 5b31b4bf98
commit 08f303de8f
3 changed files with 9 additions and 5 deletions

View File

@@ -80,6 +80,7 @@ function close() {
}
module.exports = {
createPool: createPool,
query: query,
close: close,
}