文件名称:hapi-couchdb:提供 CouchDb 连接的 Hapi 插件
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-16 12:11:13
JavaScript
hapi-沙发数据库 提供到的直接接口和可配置的数据库连接。 作为插件与集成。 允许您在整个 Hapi 服务器上共享 CouchDb 连接。 必要时可以在 Hapi 之外使用。 先决条件: (如果用作插件) 用法 例子 var Hapi = require ( 'hapi' ) , server = new Hapi . Server ( ) ; server . connection ( { host : '0.0.0.0' , port : 8080 } ) ; // Register plugin with some options server . register ( { plugin : require ( 'hapi-couchdb' ) , options : { url : 'http://usernam
【文件预览】:
hapi-couchdb-master
----.gitignore(662B)
----package.json(912B)
----LICENSE(1KB)
----index.js(79B)
----README.md(4KB)
----lib()
--------index.js(4KB)