Gathering detailed insights and metrics for pg-pool
Gathering detailed insights and metrics for pg-pool
Gathering detailed insights and metrics for pg-pool
Gathering detailed insights and metrics for pg-pool
@types/pg-pool
TypeScript definitions for pg-pool
@opentelemetry/instrumentation-pg
OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL
@wmfs/hl-pg-client
Provides a slightly higher level PostgreSQL client, that builds on pg-pool
pg-query-stream
Postgres query result returned as readable stream
npm install pg-pool
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
12,358 Stars
2,727 Commits
1,230 Forks
183 Watching
49 Branches
313 Contributors
Updated on 27 Nov 2024
Minified
Minified + Gzipped
JavaScript (81.5%)
TypeScript (17.36%)
Dockerfile (0.61%)
Makefile (0.53%)
Cumulative downloads
Total Downloads
Last day
-5.7%
1,111,433
Compared to previous day
Last week
3.4%
6,376,412
Compared to previous week
Last month
9.5%
26,232,197
Compared to previous month
Last year
28.3%
255,956,836
Compared to previous year
Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings.
This repo is a monorepo which contains the core pg module as well as a handful of related modules.
Each package in this repo should have its own readme more focused on how to develop/contribute. For overall documentation on the project and the related modules managed by this repo please see:
The source repo for the documentation is available for contribution here.
LISTEN/NOTIFY
COPY TO/COPY FROM
node-postgres is by design pretty light on abstractions. These are some handy modules we've been using over the years to complete the picture. The entire list can be found on our wiki.
node-postgres is free software. If you encounter a bug with the library please open an issue on the GitHub repo. If you have questions unanswered by the documentation please open an issue pointing out how the documentation was unclear & I will do my best to make it better!
When you open an issue please provide:
You can also follow me @briancarlson if that's your thing. I try to always announce noteworthy changes & developments with node-postgres on Twitter.
node-postgres's continued development has been made possible in part by generous financial support from the community.
If you or your company are benefiting from node-postgres and would like to help keep the project financially sustainable please consider supporting its development.
:heart: contributions!
I will happily accept your pull request if it:
If your change involves breaking backwards compatibility please please point that out in the pull request & we can discuss & plan when and how to release it and what type of documentation or communication it will require.
yarn
and then yarn lerna bootstrap
yarn test
to run all the testsThe causes and solutions to common errors can be found among the Frequently Asked Questions (FAQ)
Copyright (c) 2010-2020 Brian Carlson (brian.m.carlson@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
8 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 19/27 approved changesets -- score normalized to 7
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
39 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More