-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Cli/add service generation #256
Conversation
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.
Thank you very much for this PR, it'll greatly help new Fuego users try the framework !
Next step, a proposal for using SQL 😉 I'm joking, this can be a real challenge and there are so many different ways of implementing SQL...
A few minor changes need to be addressed in order to ensure the maintainability of this feature, even if there is no doubt that you made it work nicely.
Btw fixes #256 |
90839c4
to
1548948
Compare
1548948
to
5d13e87
Compare
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.
Nice!
I added on the
fuego controller
cli command a flag (--with-service
) to generate a simple in memory map based service that satisfies the controller service interface.The generated service can be pass into the controller resources to have a fully functional CRUD.