Possibility to have prepare statement for create, update, delete actions
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
2 Replies
change
and prepare
are essentially synonyms
So you should be able to use change
to do what you’re looking to do.thanks Zach.