Skip to content

Purpose of crsql_wdbreplicator #103

Answered by tantaman
AlexErrant asked this question in Q&A
Discussion options

You must be logged in to vote

Is the entire purpose of crsql_wdbreplicator to alert remote nodes that a change has occurred in the local sqlite?

Yep, that's right. Completely safe to delete installTriggers if you don't need to be alerted to changes in the database

You might also be interested in the client-server sync reference implementation I've been working on
https://vlcn.io/docs/replicators as another example of a sync implementation.

The main difference with these is that they take more of a "streaming approach" rather than the simple "poke" approach.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@AlexErrant
Comment options

@tantaman
Comment options

@tantaman
Comment options

@AlexErrant
Comment options

Answer selected by AlexErrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants