Schema

The database schema is located in the dbschema at the root of the repository.
Each *.esdl file contains one or more modules to split the schema into logical sections.

Triggers

Triggers allow you to define an expression to be executed whenever a given query type is run on an object type. The original query will trigger your pre-defined expression to run in a transaction along with the original query.

Access policies

On this page