An open API service indexing awesome lists of open source software.

https://github.com/loopbackio/loopback-connector

Building blocks for LoopBack connectors
https://github.com/loopbackio/loopback-connector

Last synced: 9 months ago
JSON representation

Building blocks for LoopBack connectors

Awesome Lists containing this project

README

          

# LoopBack Connector

[![CI](https://github.com/loopbackio/loopback-connector/actions/workflows/continuous-integration.yaml/badge.svg)](https://github.com/loopbackio/loopback-connector/actions/workflows/continuous-integration.yaml)

LoopBack Connector is a set of building blocks simplifying implementation
of datasource-specific connectors like Oracle, MongoDB, REST.

**For full documentation, see the official LoopBack documentation**:
* [Data sources and connectors](https://loopback.io/doc/en/lb4/Connectors-reference.html)

## Installation

npm install loopback-connector

## Usage

See [loopback-connector-mysql](https://github.com/loopbackio/loopback-connector-mysql)
for an example of connector using this module.