Data Base Data

Server-Side CRUD operations

When a new Scheduler event is added, removed or updated a request with CRUD data object is made to the Server-Side Database. The server uses the SQL query sent by the Server-Side Datasource to get the events. The type of query is stored in the request's action property.

This example uses a demo server with AlaSQL that generates SQL to show how a real server might use the requests sent by the Scheduler. The Server-Side Scheduler usage does not have any restrictions on the server-side technologies used.

SQL Query