You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WhatTheServer 0a4547b12c
pep fixes
love this script works great. this is to adjust to remove redundant parentheses and other minor pep fixes figured I'd share as courtesy.
4 years ago
README.md Update README.md 4 years ago
mergeScript.py pep fixes 4 years ago
testDB_1.db Test database 1. 8 years ago
testDB_2.db Test database 2. 8 years ago

README.md

SQLite3 Database Merge Script

Usage

  • Merges SQL databases that are identical in their tables and their tables' schemas.
  • Databases with mismatched tables will likely NOT merge.

Execution

  • Open the Python script in a text editor.
  • Navigate to the section of code labeled, "Input Parameters".
  • Change the value of, "mainDB" to the path of your primary database.
  • Add the name of the other databases to Python list variable, "otherDBs".
  • Open a Python terminal and execute the script.

Requirements

  • Python 3.5.1 or later

Authors

  • gopherchucks