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
Comparing the developer experience for LB3 and LB4 regarding steps involved to get REST APIs up and running that connects to database, it looks like there is room for improvement.
Current Behavior
Below is the developer experience in the persistance story
LoopBack 3
LoopBack 4
Issue opened
Scaffold LB app
Run lb command
Run lb4 command
--
Define datasource
Run lb datasource command. datasources.json is generated.
manually either create a DataSource class or DataSource+datasource.json
Description
Comparing the developer experience for LB3 and LB4 regarding steps involved to get REST APIs up and running that connects to database, it looks like there is room for improvement.
Current Behavior
Below is the developer experience in the persistance story
lb
commandlb4
commandlb datasource
command. datasources.json is generated.lb model
command. Bind it with datasourcelb model
commandnpm start
npm start
The text was updated successfully, but these errors were encountered: