18 lines
529 B
Markdown
18 lines
529 B
Markdown
# 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**:
|
|
* [Data sources and connectors](http://docs.strongloop.com/display/public/LB/Database+connectors)
|
|
|
|
## 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.
|
|
|