1.1.3 • Published 4 years ago

@luzhongk/node-mysql v1.1.3

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

@luzhongk/node-mysql

Usage

const MysqlHelper = require('@luzhongk/node-mysql')

const mysql = new MysqlHelper({
  host: '',
  port: '',
  user: '',
  password: '',
  database: ''
})

// mysql.list('kuan_article', { id: 55 }).then(res => {
//   console.log(res.data.length)
//   mysql.destroy()
// })

// mysql.detail('kuan_article', 55).then(res => {
//   console.log(res)
//   mysql.destroy()
// })

// mysql.add('work_version', { title: '测试' }).then(res => {
//   console.log(res)
//   mysql.destroy()
// })
1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

5 years ago