Added DatabaseInsertHandler, DatabaseRemoveHandler
It is now possible to implement custom behavior before and after insert
, update
and remove
transactions to the database. This enables the possibility to extend the CRUD model.
It is now possible to implement custom behavior before and after insert
, update
and remove
transactions to the database. This enables the possibility to extend the CRUD model.