0.0.2 • Published 6 years ago

node-mysqlhelper v0.0.2

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
6 years ago

#+TITLE: Project mysql-helper Description #+AUTHOR: Giepher.Chiang #+DATE: -- Create At: 2017-05-11 15:05 #+DESCRIPTION: #+OPTIONS: H:4 #+OPTIONS: toc:2 ^:nil author:nil num:2 #+FILETAGS: : #+STARTUP: indent

  • About mysql-helper Yet another mysql helper library writing in Node.js for save some coding. you can build sql with squel and:
  1. make a single query from new connection.
  2. make a single query from pool.
  3. commit transcation.
  • Feature ** multiple db server support
  • Requirement "node.js": >= 6.12 "squel": ">=5.8.0", "mysql": ">=2.13.0"
  • Checklist
  • Test node ./test/run.js
  • Changes
  • FAQ
  • Notice
  • Tips
  • Report Bugs
  • Thanks