Building blocks for LoopBack connectors
Go to file
Raymond Feng 60f0dc2a0c Merge pull request #22 from steegi/enable_ioc_in_hook
Enable Inversion of Control in connector hooks
2015-06-23 14:35:08 -07:00
docs Update sql-connector.md 2015-05-18 09:54:43 -07:00
lib Enable Inversion of Control in connector hooks through modifications of the context object. 2015-06-21 17:54:21 +02:00
test Add hooks to sql based connectors 2015-05-22 09:03:27 -07:00
.gitignore Initial commit. 2014-05-23 15:44:15 +02:00
.jshintignore Initial commit. 2014-05-23 15:44:15 +02:00
.jshintrc Refactor base and sql connector 2015-05-13 10:14:44 -07:00
CHANGES.md 2.2.1 2015-05-27 13:40:15 -07:00
CONTRIBUTING.md Fix bad CLA URL in CONTRIBUTING.md 2014-12-29 08:27:46 -08:00
LICENSE Initial commit. 2014-05-23 15:44:15 +02: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 Add transaction support 2015-05-15 10:27:08 -07:00
package.json 2.2.1 2015-05-27 13:40:15 -07: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.