opral / lix-sdk

1 stars 0 forks source link

writes changes directly to lix in addition to `plugin.detectChanges` #117

Open samuelstroschein opened 2 weeks ago

samuelstroschein commented 2 weeks ago

Context

The CSV serializes the csv and saves it to lix on every change so that lix invokes plugin.detectChanges()

Proposal

Use LIXDK-114 to write changes directly to lix in addition to plugin.detectConflict.

Additional information