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
{{ message }}
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
This is a loopback 4 extension that provides Sequelize powered repository methods which is more performant than juggler (the default ORM in Loopback) for relational databases.
6
6
7
+
For pending features, refer to the [Limitations](#limitations) section below.
8
+
7
9
## Installation
8
10
9
11
```sh
@@ -47,6 +49,16 @@ export class YourRepository extends SequelizeRepository<
47
49
}
48
50
```
49
51
52
+
## Limitations
53
+
54
+
Please note, the current implementation does not support the following:
55
+
56
+
1. Relational Query Support (currently only basic CRUD is supported with loopback style filters).
57
+
2. SQL Transactions.
58
+
3. Sequelize Powered Migrations.
59
+
60
+
Community contribution is welcome.
61
+
50
62
## Feedback
51
63
52
64
If you've noticed a bug or have a question or have a feature request, [search the issue tracker](https://github.com/sourcefuse/loopback4-sequelize/issues) to see if someone else in the community has already created a ticket.
0 commit comments