Building blocks for LoopBack connectors
Go to file
Raymond Feng d1508b4504 Merge pull request #3 from strongloop/feature/fix-count
Fix the count() impl to use buildWhere() from the subclass
2014-06-18 22:50:49 -07:00
lib Fix style to pass jlint 2014-06-18 22:35:52 -07:00
test fixup: add a stub test 2014-05-23 19:18:11 +02: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
CONTRIBUTING.md Initial commit. 2014-05-23 15:44:15 +02:00
LICENSE Initial commit. 2014-05-23 15:44:15 +02:00
README.md Initial commit. 2014-05-23 15:44:15 +02:00
index.js Initial implementation. 2014-05-23 15:44:41 +02:00
package.json 1.0.0 2014-06-03 08:40:17 +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.