kissjs/node-mongoskin
The wrapper for node-mongodb-native. observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5636
- days_rel: n/a
- days_push: 27
- n_releases_24m: 0
Adoption not part of the score
1504 stars · 162 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
mongoskin is a JavaScript wrapper library around the official node-mongodb-native driver for Node.js. It simplifies the driver's API by enabling chained calls, connection via db URLs, and convenient helpers like collection binding and promise-style methods.
Use cases
- connect to mongodb from node.js with a connection url
- simplify mongodb queries with chained api calls
- bind helper methods to mongodb collections
- use mongodb replica sets without manual connection event handling
- wrap node-mongodb-native callbacks in promise-style calls
When to choose
- you are using node-mongodb-native and want a friendlier, chainable API
- you want quick mongodb connections via a dburl string
- you want to attach custom model helper methods to collections
When to avoid
- you are starting a new project - use the modern official mongodb node driver instead
- you need the latest mongodb driver features or driver versions
- you use an ORM/ODM like mongoose and need schema validation
Facets
library · maturity maintenance
database-driver database databases backend developer-tools mongodb node-mongodb-native wrapper promise-support nosql nodejs javascript
1 source
- readme: https://github.com/kissjs/node-mongoskin · fetched 2026-08-28 · 5a62d5e7c1c6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kissjs/node-mongoskin | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="kissjs/node-mongoskin")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem