jh-common-dataaccess
Version:
common-dataaccess
32 lines • 592 B
JSON
{
"name": "jh-common-dataaccess",
"version": "0.0.9",
"description": "common-dataaccess",
"main": "index.js",
"scripts": {
"test": "node test/index"
},
"repository": {
"type": "git",
"url": "https://gitee.com/zhkumsg/jh-common-dataaccess"
},
"homepage": "https://gitee.com/zhkumsg/jh-common-dataaccess",
"keywords": [
"database",
"access",
"nodejs",
"mysql",
"mssql",
"sqlite",
"postgresql",
"moshenggui"
],
"author": "moshenggui",
"license": "ISC",
"dependencies": {
"moment": "^2.24.0",
"mssql": "^4.2.1",
"mysql": "^2.16.0",
"pg": "^7.11.0"
}
}