Add fetchAndDeleteOne()
or something similar, and add an event for it
#263
Labels
enhancement
New feature or request
We have
insertAndFetch
andupdateAndFetch
events.These are useful because they let us know exactly what was inserted/updated, by fetching the row (including candidate key!) after making the modification.
We don't have a delete event that lets us know what was deleted. This would be helpful for systems that want to log every change that happens.
The text was updated successfully, but these errors were encountered: