1b11234df1
Make it easier for contributors to mix the text provided by GitHub from the commit messages with the template content. Rework the checklist to follow the style we use in loopback-next. Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com> |
||
---|---|---|
.github | ||
docs | ||
intl | ||
lib | ||
test | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmrc | ||
.travis.yml | ||
CHANGES.md | ||
CODEOWNERS | ||
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.