文件名称:fastify-pg:固定PostgreSQL插件
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-23 14:00:08
JavaScript
## ## ## ## ############## #### ###### #### ###################### ## ############## ## ## ## ## ## #### #### 固定-pg Fastify PostgreSQL插件受和。 依存关系: 安装 npm i fastify fastify-plugin fastify-pg pg --save 用法 const pg = require ( 'fastify-pg' ) 或者 import pg from 'fastify-pg' 注册插件 fastify . register ( pg , options ) 该插件将在具有以下属性的Fastify实例中添
【文件预览】:
fastify-pg-master
----utils()
--------transaction.js(1KB)
--------query-builder.js(4KB)
--------index.js(141B)
----.prettierignore(37B)
----.npmignore(1KB)
----LICENSE(1KB)
----test()
--------query-builder.test.js(4KB)
----.prettierrc(229B)
----README.md(4KB)
----.editorconfig(165B)
----.gitignore(1KB)
----index.js(665B)
----package.json(753B)