A
A
Anton2022-04-03 23:07:22
SQL
Anton, 2022-04-03 23:07:22

Synchronizing databases with ignoring a table?

I am building a simple Java application using SQLite. There is database A, which receives updates and patches, and database B, which is synchronized with database A. It is necessary to fully synchronize A with B so that 1 table in database B remains untouched. Now synchronization works like this:
If there are differences in versions - base B drops and completely copies base A from scratch byte by byte (very crooked, I know).
Tell me, please, how can I update database B so that one table in it remains untouched

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question