* update copyright notices and license (Ryan Graham) * Fix linting errors (Amir Jafarian) * Auto-update by eslint --fix (Amir Jafarian) * Add eslint infrastructure (Amir Jafarian) * fixed build of where statement when filter contains non-existing column (Maor Hayun) * change replace to replaceById (Amir Jafarian) * Remove underscore from _buildReplaceFields (Amir Jafarian) * Change _buildReplace to buildReplace (Amir Jafarian) * Change _buildUpdate to buildUpdate (Amir Jafarian) * Apply feedback (Amir Jafarian) * call execute directly for _replace (Amir Jafarian) * Implement replaceAttributes (Amir Jafarian) * Removed filterWhere option (eugene-frb) * 1. Error logging. 2. Options argument of model's include function to pass filter.where object. (eugene-frb) * Refer to licenses with a link (Sam Roberts) * Fixed typo. (Matteo Padovano) * Use strongloop conventions for licensing (Sam Roberts) |
||
---|---|---|
docs | ||
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.