文件名称:progres:基于 Promise 的 node-postgres 包装器
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-20 17:14:50
JavaScript
进展 是一个 Node.js 模块,用于将包装在一个漂亮的、基于 Promise 的界面中。 附加模块和提供了一些非必要的功能。 基本示例 var progres = require ( 'progres' ) ; progres . connect ( connectionString , function ( client ) { return client . query ( 'SELECT NOW() AS time' ) . then ( function ( rows ) { console . log ( 'Time is ' + rows [ 0 ] . time ) ; } ) ; } ) . done ( ) ; 应用程序接口 progres.connect(connectionString, 工作) connectionString - postgr
【文件预览】:
progres-master
----.jshintrc(35B)
----.gitignore(23B)
----LICENSE(1KB)
----node_modules()
--------progres-convenience()
--------progres()
--------progres-transaction()
--------progres-pooling()
----examples.js(1KB)
----readme.md(6KB)
----lint.sh(143B)