文件名称:mysql-mapper:MySQL的映射器
文件大小:1.74MB
文件格式:ZIP
更新时间:2024-05-30 07:05:11
JavaScript
MySQL的映射器 介绍 0.0.1测试版 该项目是示例项目,真实的库文件夹是user_modules / sanghwa / mysql-mapper 这是用于mysql +池+事务+映射器模式的node.js驱动程序。 它具有非常容易使用和强大的功能。 该库不断更新。 这是有关如何使用它的示例: var mysql = require ( 'mysql' ) ; pool = mysql . createPool ( { connectionLimit : config . connectionLimit , //important host : config . host , user : config . user , password : config . password , databas