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
- Host: GitHub
- URL: https://github.com/loopbackio/loopback-connector
- Owner: loopbackio
- License: other
- Created: 2014-05-23T08:24:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T07:47:24.000Z (9 months ago)
- Last Synced: 2025-05-12T08:56:10.997Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.97 MB
- Stars: 35
- Watchers: 44
- Forks: 99
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# LoopBack Connector
[](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.