sqlitemongo icon indicating copy to clipboard operation
sqlitemongo copied to clipboard

real time

Open awgui opened this issue 4 years ago • 1 comments

How do I get it to work in real time? Example, when something is changed in the database(SQLite) and automatically synchronizes the data in MongoDB

awgui avatar Oct 31 '21 20:10 awgui

Hmm... For a oneway sync one can use this tool in a cron job, but I wouldn't suggest that because it would overerite evrrything instead of diffs. Better would be to listen for diffs and patch them.

This is a good idea, thanks.

myisaak avatar Nov 02 '21 09:11 myisaak