Recommend this page to a friend! | ![]() |
![]() |
All requests ![]() |
> | What is the best PHP sqlite synchronize with mysql class? | > | Request new recommendation | > | ![]() |
> | ![]() |
||
by Paula Cecilia - Yesterday (2016-02-25)
+1 | I would like to synchronize a local database (sqlite) with a server database (mysql). The action must be executed once a day. |
0 |
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 | |
|