Building blocks for LoopBack connectors
Go to file
Miroslav Bajtoš 2e9527e1f1
travis: add Node.js 14.x
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-08-27 17:07:13 +02:00
.github chore: switch to DCO 2020-08-20 21:36:26 -04:00
docs Fix API docs (#80) 2017-06-22 13:06:24 -04:00
intl [WebFM] cs/pl/ru translation 2018-06-29 00:03:11 -04:00
lib Improve assertion in ParameterizedSQL builder 2020-07-31 16:15:54 +02:00
test push column/idcolumn to connector level and renam 2020-04-17 14:28:19 -04:00
.eslintignore Add eslint infrastructure 2016-04-09 14:31:22 -04:00
.eslintrc Fix linting errors 2016-04-11 13:06:33 -04:00
.gitignore Add translated files 2016-09-22 15:12:46 -04:00
.npmrc Disable package-lock feature of npm 2018-06-12 16:31:40 +02:00
.travis.yml travis: add Node.js 14.x 2020-08-27 17:07:13 +02:00
CHANGES.md 4.11.1 2020-07-31 17:03:33 +02:00
CODEOWNERS Remove Biniam from CODEOWNERS 2019-09-20 17:05:20 +02:00
CONTRIBUTING.md chore: switch to DCO 2020-08-20 21:36:26 -04:00
LICENSE chore:update license 2017-11-09 13:18:04 -05:00
README.md Update README.md 2015-02-19 00:08:48 -06:00
docs.json Refactor base and sql connector 2015-05-13 10:14:44 -07:00
index.js chore: update deps and fix lint violations 2019-08-02 09:50:51 -04:00
package.json [SEMVER-MAJOR] Drop support for Node.js 8.x 2020-08-27 17:07:08 +02:00

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.