db_bootstrap.php
\file \brief Database bootstrap - establishes connection and initializes globals.
This file should be included by any PHP file that needs database access. It loads configuration, establishes the database connection, and sets up the required global state.
For new code, prefer using the Lwt\Database\DB class directly after including this bootstrap.
PHP version 8.1