Real-time SQLite and PostgreSQL bi-directional synchronization using python

Posted by ivo on Stack Overflow See other posts from Stack Overflow or by ivo
Published on 2010-04-22T17:21:16Z Indexed on 2010/04/22 17:23 UTC
Read the original article Hit count: 261

Filed under:
|
|

Is there any python library that can keep a client-side SQLite database in sync with a server-side PostgreSQL database?

There are solutions for Java, such as Daffodil or SymmetricDS. Is there something similar for python?

© Stack Overflow or respective owner

Related posts about python

Related posts about database