文件名称:node-dry-pg:可重用的nodejs pg util库
文件大小:78KB
文件格式:ZIP
更新时间:2024-06-11 22:24:05
JavaScript
节点DRY pg
用于我们的节点微服务的可重用utils库,引入了pg作为依赖项并提供了辅助功能! 这些程序包不包含任何业务知识,但是包含可重复使用于所有服务的纯可重用功能。
主要存储库可以在这里找到:
如何使用
像往常一样将软件包添加到package.json或使用npm install --save
【文件预览】:
node-dry-pg-main
----.gitignore(2KB)
----package.json(1KB)
----package-lock.json(242KB)
----src()
--------postgresClient.ts(4KB)
--------index.ts(218B)
----jest.config.js(98B)
----LICENSE(11KB)
----tsconfig.json(6KB)
----.github()
--------workflows()
----.eslintrc.js(771B)
----README.md(669B)
----test()
--------query.test.js(6KB)
----.editorconfig(284B)