56323ee10f
2.12.0 * Relax the id comparison (Raymond Feng) * Allow more flavors of nullable values from DB discovery (Raymond Feng) * Fix a typo (Raymond Feng) * docs.json: add lib/model.js (Miroslav Bajtoš) * Update README.md (Rand McKinney) * fix embedsOne error when embed instance is undefined or null (Clark Wang) * Be explicit: set RelationDefinition multiple flag (Fabien Franzen) * Allow hasOne relation to have a scope option (Clark Wang) * fix skipping async validator will always fail if condition is un-fulfilled (Clark Wang) |
||
---|---|---|
docs | ||
examples | ||
lib | ||
support | ||
test | ||
.gitignore | ||
.gitmodules | ||
.jshintignore | ||
.npmignore | ||
.travis.yml | ||
CHANGES.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
docs.json | ||
index.js | ||
package.json |
README.md
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.
Installation
npm install loopback-datasource-juggler
Also install the appropriated connector, for example for mongodb:
npm install loopback-connector-mongodb
See StrongLoop Documentation for more information.