Re: "Distributed" database in Python

2010-03-15 Thread Steven D'Aprano
On Mon, 15 Mar 2010 08:49:34 +0100, David Tynnhammar wrote: > Greetings. I'm looking for a "distributed" database. (I'm not sure if > distributed is the correct terminology though). > > My problem is this; I have a client application which once in a while > needs to sync with a central database.

"Distributed" database in Python

2010-03-15 Thread David Tynnhammar
Greetings. I'm looking for a "distributed" database. (I'm not sure if distributed is the correct terminology though). My problem is this; I have a client application which once in a while needs to sync with a central database. (And of course the client -databases might be updated locally etc). Ar