forked from loopbackio/loopback-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c27e21f
commit 300f120
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# 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**: | ||
* [Data sources and connectors](http://docs.strongloop.com/display/public/LB/Database+connectors) | ||
|
||
- [Data sources and connectors](http://docs.strongloop.com/display/public/LB/Database+connectors) | ||
|
||
## Installation | ||
|
||
npm install loopback-connector | ||
|
||
## Usage | ||
|
||
See [loopback-connector-mysql](https://github.com/strongloop/loopback-connector-mysql) | ||
See [loopback-connector-mysql](https://github.com/strongloop/loopback-connector-mysql) | ||
for an example of connector using this module. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters