Ross ROSS = Recommend OSS · open-source software intelligence for agents

1602/jugglingdb

Multi-database ORM for nodejs: redis, mongodb, mysql, sqlite3, postgresql, arango, in-memory... observed · 2026-08-28

github.com/1602/jugglingdb · homepage · JavaScript observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: 5446
  • days_rel: n/a
  • days_push: 2674
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2033 stars · 238 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity maintenance

orm database database-driver databases web-development backend developer-tools cross-database multi-database model-validation adapters -api nodejs javascript

3 sources

Member repositories

RepositoryRoleHealth v2
1602/jugglingdbmain32

For agents

markdown · JSON · MCP: product_card(name="1602/jugglingdb")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem