vitaly-t/pg-promise
PostgreSQL interface for Node.js observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 15.0
- age_days: 4201
- days_rel: 13
- days_push: 13
- n_releases_24m: 23
Adoption not part of the score
3554 stars · 221 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
pg-promise is a PostgreSQL interface library for Node.js built on top of node-postgres. It provides automatic connection and transaction management, a powerful query-formatting engine, and declarative result handling via promise-based methods.
Use cases
- run postgres queries from node.js with promises
- manage database transactions automatically in node
- format sql queries with named parameters safely
- load and execute external sql files
- handle query results declaratively based on expected row count
When to choose
- you want a lightweight postgres layer without a full ORM
- you need fine-grained control over SQL and transactions
- you prefer writing raw SQL with safe parameter formatting
When to avoid
- you want an ORM with schema migrations and model definitions
- you are not using Node.js or PostgreSQL
Facets
library · maturity stable
database-driver orm database databases backend web-development postgresql promises transactions query-formatting sql nodejs javascript typescript
2 sources
- readme: https://github.com/vitaly-t/pg-promise · fetched 2026-08-28 · f6814a7acf52
- homepage: https://vitaly-t.github.io/pg-promise · fetched 2026-08-29 · ebfc3b3081e5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vitaly-t/pg-promise | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="vitaly-t/pg-promise")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem