JSPM

loopback-datasource-juggler

3.22.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 65775
  • Score
    100M100P100Q281808F
  • License MIT

LoopBack DataSource Juggler

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/date-string
  • 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

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.

Supported versions

Current Long Term Support
3.x 2.x

Learn more about our LTS plan in the LoopBack documentation.

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.

For information on data source connectors, see Connecting models to data sources.