fastify-postgres:Fastify PostgreSQL 连接插件

时间:2024-08-12 11:28:30
【文件属性】:

文件名称:fastify-postgres:Fastify PostgreSQL 连接插件

文件大小:25KB

文件格式:ZIP

更新时间:2024-08-12 11:28:30

JavaScript

fastify-postgres Fastify PostgreSQL 连接插件; 有了这个,您可以在服务器的每个部分共享相同的 PostgreSQL 连接池。 在使用 ,您传递给register的选项将传递给 PostgreSQL 池构建器。 安装 npm i pg fastify-postgres --save 用法 使用register将其添加到您的项目中,您就完成了! 这个插件将pg命名空间添加到你的 Fastify 实例,具有以下属性: connect: the function to get a connection from the pool pool: the pool instance Client: a client constructor for a single query query: a utility to perform a query _witho


【文件预览】:
fastify-postgres-master
----.gitignore(2KB)
----README.md(10KB)
----.github()
--------stale.yml(772B)
--------workflows()
--------dependabot.yml(261B)
----ci_scripts()
--------build.sh(179B)
--------install_libpq.sh(1KB)
--------install_openssl.sh(914B)
----.taprc(22B)
----test()
--------transaction.test.js(13KB)
--------req-initialization.test.js(5KB)
--------initialization.test.js(4KB)
--------query.test.js(5KB)
--------helpers.js(357B)
--------types()
--------add-handler.test.js(744B)
----examples()
--------typescript()
----LICENSE(1KB)
----.gitattributes(127B)
----package.json(2KB)
----index.js(4KB)
----types()
--------tsconfig.json(47B)
----index.d.ts(994B)
----.npmignore(1KB)
----.pgpass(31B)
----lib()
--------add-handler.js(321B)

网友评论