* test/memory: remove dummy findOrCreate impl (Miroslav Bajtoš) * Fix CI introduced by `use strict` (Amir Jafarian) * Fix manually (Amir Jafarian) * Auto-update by eslint --fix (Amir Jafarian) * Update eslint (Amir Jafarian) * kvao: implement key filter (Miroslav Bajtoš) * kvao: add iterateKeys() and keys() (Miroslav Bajtoš) * Globalize KeyValue Memory connector (Simon Ho) * upsertWithWhere feature support in juggler DAO (Sonali Samantaray) * Fix typo (Amir Jafarian) * Rename get test suite to match other test suites (Simon Ho) * Add TTL for KeyValue related features (Simon Ho) |
||
---|---|---|
docs | ||
examples | ||
intl/en | ||
lib | ||
support | ||
test | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.gitmodules | ||
.npmignore | ||
.travis.yml | ||
3.0-RELEASE-NOTES.md | ||
CHANGES.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
NOTICE | ||
README.md | ||
docs.json | ||
index.js | ||
package.json |
README.md
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.
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 official documentation.