You can wrap an executable file around a PowerShell script (PS1) so that you can distribute the script as an .exe file rather than distributing a “raw” script file. This eliminates the need to explain ...
👉 Not sure which edition to pick? Start with Lite. One download, nothing installed on your server, data flowing in under 5 minutes. What it does Installs a PerformanceMonitor database with 30 T-SQL ...
├── backend/ │ ├── .env # Environment variables (API keys, DB credentials) │ ├── .env.example # Example env file for reference │ ├── database-setup.sql # SQL script to set up database schema │ ├── ...