piccolo_api
piccolo_api copied to clipboard
Add `post_save` hook to `PiccoloCRUD`
PiccoloCRUD currently has hooks like pre_save, which is used to modify the data before insertion into the database. We should add a post_save too, which is run after insertion into the database. It can be used for logging, sending an email etc.