I have a bunch of SQLite db files, and I need to merge them into one big db files.
Based on this, I guess tho
I'm not 100% sure, but it seems that I should read all the elements and insert the element (except the PRIMARY KEY) one by one into the new data base.