-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is a small widget style application written in C#. The app uses MVVM architecture through the MVVM Light framework. The app was built for my own personal use as a generic monitoring tool for me to use against databases my applications use, both in work and at home.
The application stores a list of queries. Each query is made up of a connection string to the database and the actual SQL query that you want to be 'monitored'. The result shown in the application from the SQL query is the first column of the first row returned from the query.
To install the application, download or clone this repository and run the installer from the 'Dist' folder. You can also build the project yourself.
Application can be uninstalled from the 'Programs and Features' menu in windows.
I am happy for anyone to contribute to the project. At the moment it is a basic working application. Future features include:
- Connection string builder window
- Enhanced query validation