I had the sudden need to merge data from identical SQL databases and I wanted to display the simplicity of python with a no Frills program
- Take in 2 IDENTICAL SQLite 3 databases. Read schema
- $ python3 sqlMerge.py
- The prompt will ask for the first data base -- This will be the final product BACK UP the original
- The next prompt will ask for the db to be merged
- Success!