Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

oufengmysql0228

xiaohuozi071312ISC1.0.2

普通的操作mysql的包

mysql, xiaohuozi, 小伙子

readme

一:安装包

npm i oufengmysql0228

二:导包

const db = require('oufengmysql0228')

三:用包

db.connection.query(`sql语句`(error,results) => {
    //error是错误信息,如果没有错误,就执行成功
    //results就是执行的结果
});