Databases

PHsPeed uses PDO to manage your database. That means that you can access any database that supports PDO. By default, PHsPeed deploys a development version of MySQL/MariaDB, but you can make connections to other databases like PostGreSQL, Oracle, SQLServer, etc.
By default PHsPeed comes with PDO drivers for SQLServer; however, as these depend on the SQLServer version you run, these might - or might not - work in your environment. Therefore use the latest drivers that Microsoft supplies. While working on this page, Microsoft did not yet deploy PDO drivers for PHP 8.2 (but that could be different now).

PHsPeed contains a Query Builder to help you to create your SQL. By default, this is 'standard' SQL. If necessary you can make the required modifications manually.

Sqlbuilder Min