hapi plugin mysql:适用于MySQL的Hapi插件 源码
hapi-plugin-mysql 适用于MySQL的hapi插件 什么 将来自池MySQL连接附加到每个请求。 如何 通过request.app.db 。 您还可以通过server.getDb(function (err, connection) {})从服务器手动获得连接。 await server . register ( { plugin : require ( 'hapi-plugin-mysql' ) , options : { host : "localhost" , user : "root" , password : "" } } ) ; server . route ( { method : 'GET' , path : '/' , handler : async ( r
文件列表
hapi-plugin-mysql-master.zip
(预估有个9文件)
hapi-plugin-mysql-master
.travis.yml
314B
package.json
1KB
test
index.js
11KB
LICENSE
1KB
package-lock.json
103KB
.eslintrc.js
184B
.gitignore
587B
lib
暂无评论