В сообщении от Friday 20 June 2008 03:00:21 Stephen Woodbridge написал(а):
> This looks interesting:
> http://sqlitedbms.sourceforge.net/index.htm
>
> Alexey would this work for your multi-master replication? Maybe you
> modify this to work for the specific task you have in mind.

May be I can solve my problem by this schema:

Host A: attach read/write A.db (master A) and read-only B.db (slave B)
Host B: attach read/write B.db (master B) and read-only A.db (slave A)

Master-slave replication is more simple than master-master and was discussed 
often here. 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to