Recommend this page to a friend! |
All requests ![]() |
> | What is the best PHP sqlite synchroni... | > | Request new recommendation | > | ![]() |
> | ![]() |
by Paula Cecilia - 8 years ago (2016-02-25)
+4 | I would like to synchronize a local database (sqlite) with a server database (mysql). The action must be executed once a day. |
+5 |
This class can do that for you using PDO, so it can virtually connect to any type of local database and synchronize it with any type of remote server database using the appropriate PDO driver. The class operates on record by record basis, so it can synchronize with the destination tables without truncating them first. |
Recommend package | |
|