# 1602/jugglingdb

Multi-database ORM for nodejs: redis, mongodb, mysql, sqlite3, postgresql, arango, in-memory...

Repository: https://github.com/1602/jugglingdb
Canonical: https://ross.abutalabs.com/products/jugglingdb
Homepage: http://1602.github.io/jugglingdb/
Language: JavaScript
License Family: other
Last push: 2019-05-08T15:48:50+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5446, "days_push": 2674, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2033, forks 238 (observed 2026-08-28T04:06:07.802794+00:00)

## What it is
JugglingDB is a cross-database ORM for Node.js that provides a common model interface over MySQL, PostgreSQL, SQLite3, MongoDB, Redis, ArangoDB, and an in-memory adapter. It also supports client-side usage via WebService and Memory adapters, letting rich client apps talk to servers over a JSON API.

## Use cases
- use one ORM API across mysql, postgres, mongodb, and redis
- define models with validations and hooks in nodejs
- swap database backends without rewriting data-access code
- use an in-memory adapter for testing
- build client-side apps that talk to a server via a JSON API

## When to choose
- you need a single common ORM interface across multiple database engines
- you want lightweight model definitions with validations and lifecycle hooks
- you want an in-memory adapter for tests

## When to avoid
- you need a modern, actively maintained ORM with current Node.js support
- you need advanced features like migrations or relations beyond the basics
- you are starting a new project - consider LoopBack/Sequelize/Prisma instead

## Facets
- artifact type: library
- maturity: maintenance
- function: orm, database, database-driver
- domain: databases, web-development, backend, developer-tools
- platform: -
- tags: cross-database, multi-database, model-validation, adapters, -api, nodejs, javascript

## Member repositories
- 1602/jugglingdb (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:07.802794+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:59:26.001333+00:00, confidence not recorded.
  - readme: https://github.com/1602/jugglingdb (fetched 2026-08-28T04:06:07.802794+00:00, sha 2c9e9a2e2a66)
  - homepage: http://1602.github.io/jugglingdb/ (fetched 2026-08-29T10:39:15.704742+00:00, sha 58c2a99ade4a)
  - registry_npm: https://registry.npmjs.org/jugglingdb (fetched 2026-08-29T10:39:15.709967+00:00, sha 6644e422bb2d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
