Windows WPF application to detect and manage local database services (MSSQL, MySQL, PostgreSQL, Oracle, etc.)
- Scan services for known database engines
- Start / Stop / Restart individual services
- Bulk Start/Stop by engine type
- Search, filter, sorting & grouping in UI
- Minimize to system tray with single-instance behavior
- Installer via Inno Setup
- Build with
dotnet build - Run
dotnet runfrom the project folder - Use the UI to select services and manage them
Remote set to: https://github.com/annguyen209/DBServersManager.git
