Building blocks for LoopBack connectors
Go to file
Raymond Feng e11c1c9b92 Merge pull request #9 from paulomcnally/patch-1
Update README.md
2015-02-18 23:29:23 -08:00
lib Fix crash in `id(model, property)` 2015-01-28 11:38:11 +01:00
test Make sure callback happens if a model is not attached to the data source 2014-10-13 09:47:11 -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 Initial commit. 2014-05-23 15:44:15 +02:00
CHANGES.md v1.2.1 2015-01-28 19:57:57 +01: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
index.js Initial implementation. 2014-05-23 15:44:41 +02:00
package.json v1.2.1 2015-01-28 19:57:57 +01: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.