Skip to main content

Modification

In this section, we will introduce all the capabilities in Jimmer related to modifying the database.

There are two groundbreaking capabilities:

  • Save Command

    One statement to save complex data of arbitrary shape, find DIFF to change database, like React/Vue.

  • Triggers

    Awareness of data changes whether via Jimmer's own capabilities or integrating with existing CDC solutions. This enables automatic Caching invalidation.