node plv8:require()PLV8中的节点模块 源码
节点plv8 require()节点模块。 通过直接将工作卸载到数据库(PostgreSQL)上来优化您的Node.js后端。 在Node和PLV8之间发送/接收事件。 安装 $ npm install --save plv8 用法 节点API install (module, [cwd]) 安装可以使用require()方法加载到plv8上下文中的Node模块。 uninstall (module) 卸下以前安装的模块。 eval (code) 动态评估一个Javascript块。 on (event, handler) 侦听Postgres 事件,并在事件发出时调
文件列表
node-plv8-master.zip
(预估有个15文件)
node-plv8-master
.gitignore
57B
README.md
4KB
test
index.js
3KB
.eslintrc.json
31B
testmodule
required.js
47B
package.json
206B
index.js
141B
暂无评论