2014-05-23 08:31:19 +00:00
|
|
|
# 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**:
|
2015-02-19 06:08:48 +00:00
|
|
|
* [Data sources and connectors](http://docs.strongloop.com/display/public/LB/Database+connectors)
|
2014-05-23 08:31:19 +00:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
npm install loopback-connector
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
See [loopback-connector-mysql](https://github.com/strongloop/loopback-connector-mysql)
|
|
|
|
for an example of connector using this module.
|
|
|
|
|