Skip to content

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

Notifications You must be signed in to change notification settings

gopherchucks/Database-Merging-SQLite3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages