mysqldump:从MySQL创建备份的节点模块 源码
MySQL转储 创建MySQL数据库的备份。 安装 $ npm install mysqldump 如果您在打字稿中使用此软件包,则还应该 $ npm install @types/node 用法 import mysqldump from 'mysqldump' ; // or const mysqldump = require('mysqldump') // dump the result straight to a file mysqldump ( { connection : { host : 'localhost' , user : 'ro
文件列表
mysqldump-develop.zip
(预估有个58文件)
mysqldump-develop
.eslintrc.json
530B
.gitignore
149B
.babelrc
66B
package.json
3KB
src
typeCast.ts
8KB
interfaces
Options.ts
8KB
DumpReturn.ts
673B
暂无评论