文件名称:asbestos:从模型构造函数生成 CRUD 处理函数
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-29 00:17:33
JavaScript
石棉 从模型构造函数生成 hapi CRUD 处理函数 用 var route = { method : "POST" , path : "/models" , handler : handlers . create } // model prototype var model = { // model must expose create method create : function ( obj , cb ) { //... do some db stuff return cb ( "created" ) ; } , // model must expose findOne method findOne : function ( criteria , cb ) { //... do some db stuff retu
【文件预览】:
asbestos-master
----.jshintrc(6KB)
----lib()
--------asbestos.js(1KB)
----LICENSE(1KB)
----test()
--------abestos.test.js(6KB)
--------asbestosfail.test.js(2KB)
----README.md(2KB)
----.gitignore(526B)
----index.js(62B)
----package.json(1KB)