JSPM

loopback-datasource-juggler

2.0.0-beta1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 67969
  • Score
    100M100P100Q277889F
  • License

LoopBack DataSoure Juggler

Package Exports

  • loopback-datasource-juggler
  • 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/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/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:

Installation

npm install loopback-datasource-juggler

Also install the appropriated connector, for example for mongodb:

npm install loopback-connector-mongodb

See StrongLoop Suite Documentation for up-to-date list of connectors supported.