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.
This is a loopback4 extension that provides Sequelize's query builder at repository level in any loopback 4 application. It has zero learning curve as it follows the same interface as `DefaultCrudRepository`. For relational databases, Sequelize is a popular ORM of choice.
5
+
This is a loopback4 extension that provides Sequelize's query builder at repository level in any loopback 4 application. It has zero learning curve as it follows similar interface as `DefaultCrudRepository`. For relational databases, Sequelize is a popular ORM of choice.
6
6
7
7
For pending features, refer to the [Limitations](#limitations) section below.
8
8
@@ -36,13 +36,13 @@ export class PgDataSource
36
36
37
37
### Step 2: Configure Repository
38
38
39
-
Change the parent class from `DefaultCrudRepository` to `SequelizeRepository` like below.
39
+
Change the parent class from `DefaultCrudRepository` to `SequelizeCrudRepository` like below.
0 commit comments