# loopback-datasource-juggler

> LoopBack DataSource Juggler

Latest version **7.0.2** (published 2026-08-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install loopback-datasource-juggler
pnpm add loopback-datasource-juggler
yarn add loopback-datasource-juggler
bun add loopback-datasource-juggler
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 7.0.2 |
| Published | 2026-08-18 |
| First published | 2013-09-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=22 |
| Dependencies | 13 |
| Unpacked size | 2.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 282 |
| Author | IBM Corp. and LoopBack contributors |
| Maintainers | rfeng, rmg, dhmlau, theprez, frbuceta, marioestradarosa, achrinza |
| Keywords | StrongLoop, LoopBack, DataSource, Connector, Database, Juggler, ORM |

## Links

- npm: https://www.npmjs.com/package/loopback-datasource-juggler
- Repository: https://github.com/loopbackio/loopback-datasource-juggler
- Homepage: https://github.com/loopbackio/loopback-datasource-juggler#readme
- Issues: https://github.com/loopbackio/loopback-datasource-juggler/issues
- npm.io page: https://npm.io/package/loopback-datasource-juggler

## Dependencies (13)

- [qs](https://npm.io/package/qs.md) ^6.15.3
- [depd](https://npm.io/package/depd.md) ^2.0.0
- [uuid](https://npm.io/package/uuid.md) ^14.0.1
- [async](https://npm.io/package/async.md) ^3.2.6
- [debug](https://npm.io/package/debug.md) ^4.4.3
- [lodash](https://npm.io/package/lodash.md) ^4.18.1
- [nanoid](https://npm.io/package/nanoid.md) ^3.3.18
- [minimatch](https://npm.io/package/minimatch.md) ^10.2.6
- [inflection](https://npm.io/package/inflection.md) ^3.0.2
- [change-case](https://npm.io/package/change-case.md) ^4.1.2
- [neotraverse](https://npm.io/package/neotraverse.md) ^1.0.1
- [strong-globalize](https://npm.io/package/strong-globalize.md) ^6.0.6
- [loopback-connector](https://npm.io/package/loopback-connector.md) ^8.0.1

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 7.0.2 (latest) — 2026-08-18
- 3.36.1 (lts) — 2020-11-27
- 7.0.0 — 2026-06-09
- 6.0.6 — 2026-05-11
- 6.0.5 — 2026-04-13
- 6.0.4 — 2026-03-09
- 6.0.3 — 2026-02-09
- 6.0.2 — 2026-01-12
- 6.0.1 — 2025-12-08
- 6.0.0 — 2025-11-11
- 5.2.2 — 2025-10-14
- 5.2.1 — 2025-09-08
- 5.2.0 — 2025-09-08
- 5.1.11 — 2025-08-11
- 5.1.10 — 2025-07-14
- … 305 more at https://npm.io/package/loopback-datasource-juggler/versions

## README

# loopback-datasource-juggler

An ORM/ODM that provides a common set of interfaces for interacting with databases, REST APIs, and other types of data sources. It was originally forked from [JugglingDB](https://github.com/1602/jugglingdb). 

In LoopBack 4, it is part of the `@loopback/repository` module. See [Repository page](https://loopback.io/doc/en/lb4/Repository.html) in LoopBack 4 for more details. 

## Supported versions

This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates:

| Version    | Status          | Published | EOL                  |
| ---------- | --------------- | --------- | -------------------- |
| 5.x        | Current         | Sep 2023  | Apr 2028 _(minimum)_ |
| 4.x        | End-of-Life     | Oct 2018  | Apr 2025             |
| 3.x        | End-of-Life     | Dec 2016  | Dec 2020             |
| 2.x        | End-of-Life     | Jul 2014  | Apr 2019             |

Learn more about our LTS plan in the [LoopBack documentation](http://loopback.io/doc/en/contrib/Long-term-support.html).

## Usage

Install Juggler:

```
npm install loopback-datasource-juggler
```

Then install a connector:

```
npm install loopback-connector-mongodb // in this case, the mongodb connector
```

## Documentation

See the [LoopBack documentation](https://loopback.io/doc/en/lb4/index.html) and [DataSource page](https://loopback.io/doc/en/lb4/DataSource.html).


## Contributing

This project uses [DCO](https://developercertificate.org/). Be sure to sign off
your commits. For details, see [Contributing to LoopBack](https://loopback.io/doc/en/contrib/code-contrib.html).

---
_Source: https://npm.io/package/loopback-datasource-juggler · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
