librespeed / speedtest

Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more
https://librespeed.org
GNU Lesser General Public License v3.0
12.29k stars 2.21k forks source link

Microsoft SQL Server support and Sanity Check page #569

Closed Tracy-B closed 1 year ago

Tracy-B commented 1 year ago

I have added support for using Microsoft SQL Server to host the speedtest database.
To help with debugging DB connectivity issues, I also created a Sanity Check page which checks if required PHP extensions are installed, and that the website can connect to the database.

adolfintel commented 1 year ago

That's a nice addition, thanks for the PR!