[DRAFT]This page is not published. Only visible in development mode.

Handlers

Handlers define what happens when an event is dispatched. They run automatically and can insert, update, or delete data.

Create a Handler

$ Handler
$ ctrl+enter to run

Use CREATE HANDLER with ON to bind to a specific event variant. The handler body can access event fields with $field syntax.