1.0.2 • Published 3 years ago

itcast-lw v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

说明文档 封装了一个基于mysql的链接数据库,执行sql语句的方法 #1969257515@qq.com-有问题请联系作者 #示例代码1.

注释: 加载模块 const dbObj = require('itcast-lw'); 具体参数内容 dbObj.dbFn('执行的sql语句',{数据库连接的对象},函数体接收结果);

const dbObj = require('itcast-lw'); dbObj.dbFn('SELECT * FROM',{ host: 'localhost', // 数据库软件所在的计算机地址 port: 3306, // 端口 user: 'root', // 账号 password: 'root', // 密码 database: '140web' // (数据库名字) },function (res) { console.log(res); });

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago