文件名称:hapi-plugin-mysql:适用于MySQL的Hapi插件
文件大小:36KB
文件格式:ZIP
更新时间:2024-06-02 08:23:35
mysql plugin hapi hapijs hapi-plugin
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
----.travis.yml(314B)
----package.json(1KB)
----test()
--------index.js(11KB)
----LICENSE(1KB)
----package-lock.json(103KB)
----.eslintrc.js(184B)
----.gitignore(587B)
----lib()
--------index.js(4KB)
----README.md(2KB)