Skip to content

Lathrisk/database-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

database-updater

Iterate through some databases and apply some SQL

Instructions

Run the script with python providing the following arguments:

python update.py -c [pathtoconnectionfile] -s [pathtosqlfile]

Where the connection file is an .ini file with a list of database connections in the format shown in the databases.ini file. And the SQL file is the SQL you want to apply to each database in turn.

About

Iterate through some databases and apply some SQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages