# dmfay/massive-js

A data mapper for Node.js and PostgreSQL.

Repository: https://github.com/dmfay/massive-js
Canonical: https://ross.abutalabs.com/products/massive-js
License Family: other
Topics: nodejs, postgres, postgresql, database, data-mapper, sql, promise
Archived: true
Last push: 2019-03-03T22:28:51+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5241, "days_push": 2740, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2474, forks 154 (observed 2026-08-28T04:06:54.845584+00:00)

## What it is
Massive.js is a data mapper library for Node.js that provides a thin, promise-based interface over PostgreSQL, letting developers work with tables, queries, and functions as first-class objects. It emphasizes writing SQL directly while handling connection management and result mapping.

## Use cases
- query postgres from nodejs
- data mapper for postgresql
- write raw sql in node without an orm
- access postgres tables and functions from javascript
- promise-based postgresql client

## When to choose
- you prefer writing SQL over ORM query builders
- you want a lightweight data mapper instead of a full ORM
- your stack is Node.js with PostgreSQL

## When to avoid
- you need multi-database support beyond PostgreSQL
- you want a full-featured ORM with migrations and schema management
- you are not using Node.js

## Facets
- artifact type: library
- maturity: maintenance
- function: database, orm, database-driver
- domain: databases, backend, web-development
- platform: windows
- tags: postgresql, data-mapper, sql, promise-based, nodejs, linux, macos

## Member repositories
- dmfay/massive-js (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:54.845584+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:28:25.581886+00:00, confidence not recorded.
  - readme: https://github.com/dmfay/massive-js (fetched 2026-08-28T04:06:54.845584+00:00, sha 50af07af94d6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
