Building blocks for LoopBack connectors
Go to file
dhmlau 9fcde674f5 5.3.1
* chore: lock file maintenance (renovate[bot])
 * chore: update dependency eslint to ^8.40.0 (renovate[bot])
 * chore: update github/codeql-action action to v2.3.3 (renovate[bot])
 * chore: update commitlint monorepo to ^17.6.3 (renovate[bot])
 * chore: update github/codeql-action action to v2.3.2 (renovate[bot])
 * chore: update github/codeql-action action to v2.3.1 (renovate[bot])
 * chore: update github/codeql-action action to v2.3.0 (renovate[bot])
 * chore: update dependency eslint to ^8.39.0 (renovate[bot])
 * chore: update coverallsapp/github-action action to v2.1.2 (renovate[bot])
 * chore: update coverallsapp/github-action action to v2.1.1 (renovate[bot])
 * chore: update commitlint monorepo to ^17.6.1 (renovate[bot])
 * chore: update github/codeql-action action to v2.2.12 (renovate[bot])
 * chore: update dependency loopback-datasource-juggler to ^4.28.4 (renovate[bot])
 * chore: update actions/checkout action to v3.5.2 (renovate[bot])
2023-05-15 09:24:25 -04:00
.github chore: update github/codeql-action action to v2.3.3 2023-05-05 00:30:51 +00:00
docs Fix API docs (#80) 2017-06-22 13:06:24 -04:00
intl [WebFM] cs/pl/ru translation 2018-06-29 00:03:11 -04:00
lib fix: handle non generated ids in bulk insert 2022-12-14 13:12:25 -05:00
test fix: handle non generated ids in bulk insert 2022-12-14 13:12:25 -05:00
.eslintignore Add eslint infrastructure 2016-04-09 14:31:22 -04:00
.eslintrc Fix linting errors 2016-04-11 13:06:33 -04:00
.gitignore feat: add capability for insert multiple rows in single query 2022-09-22 10:42:26 -04:00
.npmrc ci: update ci 2021-09-26 20:53:45 +08:00
.travis.yml ci: update envirnoment 2022-03-29 16:11:22 +00:00
CHANGES.md 5.3.1 2023-05-15 09:24:25 -04:00
CODEOWNERS Remove Biniam from CODEOWNERS 2019-09-20 17:05:20 +02:00
CODE_OF_CONDUCT.md docs: update coc 2022-03-25 17:17:03 -04:00
CONTRIBUTING.md chore: switch to DCO 2020-08-20 21:36:26 -04:00
LICENSE chore:update license 2017-11-09 13:18:04 -05:00
README.md docs: fix broken links 2022-10-31 15:10:43 +01:00
SECURITY.md docs: add SECURITY.md 2022-03-29 11:04:51 -04:00
commitlint.config.js ci: update ci 2021-09-26 20:53:45 +08:00
docs.json Refactor base and sql connector 2015-05-13 10:14:44 -07:00
index.js chore: update deps and fix lint violations 2019-08-02 09:50:51 -04:00
package-lock.json 5.3.1 2023-05-15 09:24:25 -04:00
package.json 5.3.1 2023-05-15 09:24:25 -04:00
renovate.json ci: add renovate config 2022-03-29 13:28:58 +00:00

README.md

LoopBack Connector

CI Build Status

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.