Add LUA engine #2

Open
opened 2024-09-28 17:57:16 +00:00 by mrichconf · 0 comments
Owner

Add support for event handlers written in LUA.

The syntax should support adding handlers for the following events to each resource declaration:

on:
  create: <script>
  read: <script>
  update: <script>
  delete: <script>
  error: <script>
Add support for event handlers written in LUA. The syntax should support adding handlers for the following events to each resource declaration: ``` on: create: <script> read: <script> update: <script> delete: <script> error: <script> ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: doublejynx/jx#2
No description provided.