orbitinghail / sqlsync

SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.
https://sqlsync.dev
Apache License 2.0
2.19k stars 28 forks source link

pluggable reducer #39

Closed carlsverre closed 6 months ago

carlsverre commented 6 months ago

Currently only wasm based reducers are possible. By making the reducer pluggable (at least on the coordinator to start), it would make it easier to integrate SQLSync into more systems.

Feature request from @matthewgapp