You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-14Lines changed: 5 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# loopback-datasource-juggler
2
2
3
-
An ORM/ODM that provides a common set of interfaces for interacting with databases, REST APIs, and other types of data sources. It was originally forked from [JugglingDB](https://github.com/1602/jugglingdb).
3
+
An ORM/ODM that provides a common set of interfaces for interacting with databases, REST APIs, and other types of data sources. It was originally forked from [JugglingDB](https://github.com/1602/jugglingdb).
4
+
5
+
In LoopBack 4, it is part of the `@loopback/repository` module. See [Repository page](https://loopback.io/doc/en/lb4/Repository.html) in LoopBack 4 for more details.
4
6
5
7
## Supported versions
6
8
@@ -31,21 +33,10 @@ npm install loopback-connector-mongodb // in this case, the mongodb connector
31
33
32
34
## Documentation
33
35
34
-
See the [LoopBack documentation](http://loopback.io/doc/en/lb3/index.html).
35
-
36
-
For information on data source connectors, see [Connecting models to data sources](https://loopback.io/doc/en/lb3/Connecting-models-to-data-sources.html).
36
+
See the [LoopBack documentation](https://loopback.io/doc/en/lb4/index.html) and [DataSource page](https://loopback.io/doc/en/lb4/DataSource.html).
37
37
38
38
39
39
## Contributing
40
40
41
41
This project uses [DCO](https://developercertificate.org/). Be sure to sign off
42
-
your commits using the `-s` flag or adding `Signed-off-By: Name<Email>` in the
43
-
commit message.
44
-
45
-
**Example**
46
-
47
-
```
48
-
git commit -s -m "feat: my commit message"
49
-
```
50
-
51
-
Also see the [Contributing to LoopBack](https://loopback.io/doc/en/contrib/code-contrib.html) to get you started.
42
+
your commits. For details, see [Contributing to LoopBack](https://loopback.io/doc/en/contrib/code-contrib.html).
0 commit comments