782a68e914
* Update translation files - round#2 (#62) (Candy) * Add translated files (Amir Jafarian) * Update deps to LB 3.0.0 RC (Miroslav Bajtoš) * Run CI with juggler3 (Loay) * Add globalization (Candy) * Update URLs in CONTRIBUTING.md (#53) (Ryan Graham) |
||
---|---|---|
docs | ||
intl | ||
lib | ||
test | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
CHANGES.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
docs.json | ||
index.js | ||
package.json |
README.md
LoopBack Connector
LoopBack Connector is a set of building blocks simplifying implementation of datasource-specific connectors like Oracle, MongoDB, REST.
For full documentation, see the official StrongLoop documentation:
Installation
npm install loopback-connector
Usage
See loopback-connector-mysql for an example of connector using this module.