Building blocks for LoopBack connectors
Go to file
Diana Lau 93e49f1198
Merge pull request #137 from strongloop/codeowner
chore: update CODEOWNERS
2019-02-22 10:44:45 -05:00
.github Add stalebot configuration 2017-08-22 13:14:16 -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 feat: retrieve nested property definitions 2019-02-15 14:20:01 -05:00
test feat: retrieve nested property definitions 2019-02-15 14:20:01 -05: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 8.x + 10.x to the build matrix 2018-06-12 16:31:02 +02:00
CHANGES.md Revert "4.6.0" 2019-02-20 10:40:30 -05:00
CODEOWNERS chore: update CODEOWNERS 2019-02-21 23:23:51 -05:00
CONTRIBUTING.md Update URLs in CONTRIBUTING.md (#53) 2016-07-13 17:59:10 -07: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 Update deps and fix styles 2017-03-06 15:40:47 -08:00
package.json Revert "4.6.0" 2019-02-20 10:40:30 -05: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.