Tudyx / Database-Merging-SQLite3

This repository contains a Python script to merge SQLite database files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Charles Duso

About

This repository contains a Python script to merge SQLite database files.


Languages

Language:Python 100.0%