On 5 Dec 2019, at 12:54pm, George <gxg_...@yahoo.com> wrote:

> I need to sync sqlite tables over network between few devices. 
> Please help me with an opinion with what will be the best approach ?

Unfortunately this is a subject which has no simple solution.  The things you 
have to do are not simple.  To help us advise you, you might answer these 
questions.

Do all your devices make changes to the database, or are changes made by just 
one of them ?

What governs when to synchronise ?  Should it be done at regular intervales ?  
If so, how often.  Otherwise what should trigger synchronisation ?

Are all your devices permanently on and connected to the internet, or might 
some of them be turned off or out of contact some of the time ?

Are your devices all proper computers or do you have to worry about battery-use 
and bandwidth on some of them ?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to