Package Exports
- loopback-datasource-juggler
- loopback-datasource-juggler/lib/browser.depd.js
- loopback-datasource-juggler/lib/connectors/kv-memory
- loopback-datasource-juggler/lib/connectors/memory
- loopback-datasource-juggler/lib/dao
- loopback-datasource-juggler/lib/geo
- loopback-datasource-juggler/lib/include
- loopback-datasource-juggler/lib/jutil
- loopback-datasource-juggler/lib/list
- loopback-datasource-juggler/lib/model
- loopback-datasource-juggler/lib/model-definition
- loopback-datasource-juggler/lib/model.js
- loopback-datasource-juggler/lib/observer
- loopback-datasource-juggler/lib/relation-definition
- loopback-datasource-juggler/lib/utils
- loopback-datasource-juggler/test/basic-querying.test.js
- loopback-datasource-juggler/test/common.batch.js
- loopback-datasource-juggler/test/datatype.test.js
- loopback-datasource-juggler/test/default-scope.test.js
- loopback-datasource-juggler/test/hooks.test.js
- loopback-datasource-juggler/test/include.test.js
- loopback-datasource-juggler/test/manipulation.test.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (loopback-datasource-juggler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
LoopBack DataSource Juggler
LoopBack DataSource Juggler is an ORM that provides a common set of interfaces for interacting with databases, REST APIs, and other data sources. It was initially forked from JugglingDB.
For full documentation, see the official StrongLoop documentation: Connecting models to data sources
For information on creating data sources programmatically, see Advanced topics: data sources.
Supported versions
This module adopts the Module Long Term Support (LTS) policy, with the following End Of Life (EOL) dates:
| Version | Status | Published | EOL |
|---|---|---|---|
| 4.x | Current | Oct 2018 | Apr 2021 (minimum) |
| 3.x | Active LTS | Dec 2016 | Dec 2019 |
| 2.x | Maintenance LTS | Jul 2014 | Apr 2019 |
Learn more about our LTS plan in the LoopBack documentation.
Installation
npm install loopback-datasource-jugglerAlso install the appropriated connector, for example for mongodb:
npm install loopback-connector-mongodbSee StrongLoop Documentation for more information.