Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | What is the best PHP sqlite synchronize with mysql class? | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
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 | by Manuel Lemos 11930 - 7 hours ago (2016-02-26) Comment 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 | |
|