I have two identical sqlite databases from the structure side. I want to synchronize the data between the two but I need to keep some tables away from the synchronization.
Is there any library can do that or do I have to do it myself?
P.S. I'm using C++/Wt