-
Notifications
You must be signed in to change notification settings - Fork 1
Sequelize #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Sequelize #70
Conversation
@@ -88,6 +89,7 @@ | |||
"loopback4-authentication": "^12.1.1", | |||
"loopback4-authorization": "^7.0.3", | |||
"loopback4-billing": "^1.0.0", | |||
"sequelize": "^6.37.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make this optional dep
`${BINDING_PREFIX}.chat.config`, | ||
); | ||
} | ||
// export const Config = BindingKey.create<ISubscriptionServiceConfig | null>( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why commented ?
@@ -0,0 +1,14 @@ | |||
import { SubscriptionServiceApplication } from "./application"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this added ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To bootstrap our LB4 application so that it can load configurations and bindings,initialize datasources and perform schema migrations for our models.
|
Description
This PR replaces the LoopBack built-in Juggler ORM with Sequelize for handling database operations.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist: