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
Idea is to utilize piccolo FastAPIWrapper to generate both router files and service/repository files for the basic crud actions on a table.
Reference: https://docs.nestjs.com/recipes/crud-generator
Advantages:
It can then be easy to override logic based on one's use cases.
The generated method can then be called from other services directly instead of relying only on a HTTP call
Useful to scaffold a larger fastapi project with minimal effort.
BTW, I have been already enjoying working with piccolo with its many awesome features. Thanks a lot.
The text was updated successfully, but these errors were encountered:
Idea is to utilize piccolo FastAPIWrapper to generate both router files and service/repository files for the basic crud actions on a table.
Reference: https://docs.nestjs.com/recipes/crud-generator
Advantages:
BTW, I have been already enjoying working with piccolo with its many awesome features. Thanks a lot.
The text was updated successfully, but these errors were encountered: