Building blocks for LoopBack connectors
Go to file
Kevin Delisle 1ed09c098c Merge pull request #118 from strongloop/package/juggler@3.12
package: use loopback-datasource-juggler@3.12
2017-09-07 14:37:43 -04: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 Update translated strings Q3 2017 2017-08-10 15:32:04 -04:00
lib Transaction: Support moving timeout to connector 2017-08-31 16:43:51 +02:00
test Add support for transactions in count() 2017-08-23 16:35:19 +02: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
.travis.yml Add travis for CI (#91) 2017-04-05 13:24:54 -04:00
CHANGES.md 4.3.0 2017-09-01 12:51:28 -04:00
CODEOWNERS Add CODEOWNER file 2017-07-24 22:20:15 -04:00
CONTRIBUTING.md Update URLs in CONTRIBUTING.md (#53) 2016-07-13 17:59:10 -07:00
LICENSE update copyright notices and license 2016-05-05 21:50:59 -07: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 package: use loopback-datasource-juggler@3.12 2017-09-07 11:12:54 -04: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.