Possibility to have prepare statement for create, update, delete actions
sriky27:
Hi Zach
Question I see that there a possibility to have a prepare statement for the read action but not for the others. Is there a possibility to add them in the future. If not what was the reasoning for it. Reason for asking was to inject the cache for all the actions
Thanks Srikanth
sriky27:
Possibility to have prepare statement for create, update, delete actions
zachdaniel:
change
and
prepare
are essentially synonyms
zachdaniel:
So you should be able to use
change
to do what you’re looking to do.
sriky27:
thanks Zach.