JSPM

@dockbite/loopback-connector

4.9.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q42101F
  • License MIT

Building blocks for LoopBack connectors

Package Exports

  • @dockbite/loopback-connector

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 (@dockbite/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

Fork of https://github.com/Dockbite/loopback-connector. This version supports skipping auto order by id. Fork created by dockbite http://dockbite.nl

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:

Installation

npm install loopback-connector

Usage

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