node-mysqlhelper
v0.0.2
Published
Yet another node.js mysql helper lib.
Downloads
6
Maintainers
Readme
#+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:
- make a single query from new connection.
- make a single query from pool.
- 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