As mentioned in the docs. I can generate database objects depending on *.model.ts
content using npm run migrate
.
How can I create a new database if it doesn't exist at data source level (*.datasource.ts
)?
Unfortunately LoopBack doesn't support this kind of feature as some of the community moderators answered me in LB Slack c