Skip to content

A console application to highlight changes to database procedures, functions and views.

Notifications You must be signed in to change notification settings

dashingdove/sqldiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqldiff

A console application to highlight changes to database procedures, functions and views.

Usage

Run sqldiff before applying changes from a database update script.

python sqldiff.py [update_script_path] --conn [db_connection_string]

sqldiff looks up, from your current database version, the definition of each object that will be altered by the specified script. It then displays a diff of the two definitions. Additions from the script are highlighted green and subtractions are shown in red.

About

A console application to highlight changes to database procedures, functions and views.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages