3051d32cfe
* chore: update github/codeql-action action to v2.22.9 (renovate[bot]) * feat: pass options to buildQueryColumns (Muhammad Aaqil) * chore: lock file maintenance (renovate[bot]) * chore: update dependency eslint to ^8.55.0 (renovate[bot]) * chore: update github/codeql-action action to v2.22.8 (renovate[bot]) * chore: update commitlint monorepo to ^18.4.3 (renovate[bot]) * chore: update dependency eslint to ^8.54.0 (renovate[bot]) * chore: update github/codeql-action action to v2.22.7 (renovate[bot]) * chore: update commitlint monorepo to ^18.4.2 (renovate[bot]) * chore: update github/codeql-action action to v2.22.6 (renovate[bot]) * chore: update dependency loopback-datasource-juggler to ^5.0.3 (renovate[bot]) |
||
---|---|---|
.github | ||
docs | ||
intl | ||
lib | ||
test | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmignore | ||
.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 LoopBack documentation:
Installation
npm install loopback-connector
Usage
See loopback-connector-mysql for an example of connector using this module.