diff --git a/README.md b/README.md new file mode 100644 index 0000000..6237282 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# ProcUpdater +Stored Procedure updater (in case you hate waiting for Visual Studio Schema Compare). + +This console app grabs all the stored procedures store in a directory and performs a `CREATE OR ALTER` in the database. +When in watch mode ProcUpdater will keep your store procedures up-to-date so you won't waste several minutes waiting for the Visual Studio Schema update to perform the compare/update process. + +If you're a Visual Studio SQL Project user who codes lots of Stored Procedures, this app will save you hours! + +# Usage + +``` +ProcUpdater.exe [options] +``` + +# Options + +| Option | appsetttings.json| Command Argument | +| ------------- |-------------| -----| +| Connection String | ProcUpdater:ConnectionString | -conn | +| Stored Procedures Path | ProcUpdater:StoredProceduresPath | -path | +| Stay Alive | ProcUpdater:StayAlive | -alive | +| Verbose | ProcUpdater:Verbose | -verbose | +| FileWatch | ProcUpdater:FileWatch | -watch |