Skip to content
Discussion options

You must be logged in to vote

Turns out you can do this:

(emacsql nil
           [:create-trigger
            trigger_name
            :after :insert :on foo
            :begin
            :update
            events
            :set (= bar 1) 
            :\;
            :end])

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by trevarj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant