Related to Code generation #2393
Replies: 1 comment 1 reply
-
Hi @opsingh861, can you help me further understand what you're asking?
It seems like you're asking if you can have your own business logic run after DAB receives a request and before DAB sends the request to the database? e.g. your business logic performs some additional validation on request payload? If so, DAB doesn't support that scenario at this time. Please take a look at #2363 to see if the proposal for additional field input validation aligns with what you are asking and provide feedback. |
Beta Was this translation helpful? Give feedback.
-
I am working on a project in which I want to generate code for the API and it will be directly pushed to VCS. DAB is working like a charm. But the only problem is that how I will include business logic in same code. So if some how I can get the code on which we are able to communicating to DB then in that I can integrate my business logic. Or suggest me if there is any better way using which I can integrate business logic here.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions