JSPM

@apexdesigner/loopback-connector

6.1.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 49
  • Score
    100M100P100Q64166F
  • License MIT

Building blocks for LoopBack connectors

Package Exports

  • @apexdesigner/loopback-connector
  • @apexdesigner/loopback-connector/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@apexdesigner/loopback-connector) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

LoopBack Connector

CI

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:

Installation

npm install loopback-connector

Usage

See loopback-connector-mysql for an example of connector using this module.