be9bf5f175
Signed-off-by: Renovate Bot <bot@renovateapp.com> |
||
---|---|---|
.github | ||
docs | ||
intl | ||
lib | ||
test | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmrc | ||
.travis.yml | ||
CHANGES.md | ||
CODEOWNERS | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
commitlint.config.js | ||
docs.json | ||
index.js | ||
package-lock.json | ||
package.json | ||
renovate.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.