没有合适的资源?快使用搜索试试~ 我知道了~
postgres-pool:Node-pg的Node.js Postgres连接池实现
共22个文件
js:5个
json:4个
md:3个
需积分: 10 0 下载量 71 浏览量
2021-03-18
03:07:35
上传
评论
收藏 62KB ZIP 举报
温馨提示
Postgres-pool 连接池实现。与选项和语法兼容。 为什么? 我们在使用pg-pool时遇到了一些连接超时问题,并且npm尚未更新。 Typescript用于强制类型安全,并且Promise比回调更可取。 入门 简单查询(查询后自动释放连接-推荐) const { Pool } = require ( 'postgres-pool' ) ; const pool = new Pool ( { connectionString : 'postgres://username:pwd@127.0.0.1/db_name' , } ) ; const userId = 42 ; const results = await pool . query ( 'SELECT * from "users" where id=$1' , [ userId ] ) ; console . log
资源推荐
资源详情
资源评论
收起资源包目录
postgres-pool-main.zip (22个子文件)
postgres-pool-main
.mocharc.js 97B
.husky
.gitignore 2B
pre-commit 227B
package.json 2KB
.github
FUNDING.yml 609B
workflows
codeql-analysis.yml 3KB
ci.yml 475B
tests
tests.js 20KB
.eslintrc.js 308B
package-lock.json 129KB
src
index.ts 24KB
.npmignore 334B
.eslintrc.js 10KB
tsconfig.json 536B
LICENSE.md 1KB
.gitignore 947B
certs
rds-ca-2019-root.pem 1KB
CHANGELOG.md 4KB
tsconfig.lint.json 73B
.prettierrc.js 506B
README.md 8KB
.editorconfig 166B
共 22 条
- 1
资源评论
苏鲁定
- 粉丝: 27
- 资源: 4573
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功