2015-05-18 16:49:35 +00:00
|
|
|
Use the loopback-connector module to build a LoopBack connector to back-end data sources
|
|
|
|
such as databases or web services. There are many existing connectors for the most popular data sources; see:
|
2017-06-22 17:06:24 +00:00
|
|
|
- [Database connectors](http://loopback.io/doc/en/lb3/Database-connectors.html) (for example, MongoDB, MySQL, Oracle).
|
|
|
|
- [Other connectors](http://loopback.io/doc/en/lb3/Other-connectors.html) (for example, REST, SOAP).
|
2015-05-15 18:04:52 +00:00
|
|
|
|
2017-06-22 17:06:24 +00:00
|
|
|
To build a new data source connector that doesn't yet exist, see [Building a connector](https://loopback.io/doc/en/lb3/Building-a-connector.html).
|