Building blocks for LoopBack connectors
Go to file
Candy 782a68e914 2.5.0
* Update translation files - round#2 (#62) (Candy)
 * Add translated files (Amir Jafarian)
 * Update deps to LB 3.0.0 RC (Miroslav Bajtoš)
 * Run CI with juggler3 (Loay)
 * Add globalization (Candy)
 * Update URLs in CONTRIBUTING.md (#53) (Ryan Graham)
2016-10-12 17:30:01 -04:00
docs Update sql-connector.md 2015-05-18 09:54:43 -07:00
intl Update translation files - round#2 (#62) 2016-09-28 14:19:30 -07:00
lib Add globalization 2016-07-27 13:19:19 -04:00
test update copyright notices and license 2016-05-05 21:50:59 -07: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
CHANGES.md 2.5.0 2016-10-12 17:30:01 -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 Add globalization 2016-07-27 13:19:19 -04:00
package.json 2.5.0 2016-10-12 17:30:01 -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.