mini\Database\PDODatabase::getPdo() Method

public

Signature

public function getPdo(): PDO

Returns

PDO

Documentation

Get the underlying PDO instance for advanced operations

This allows access to PDO-specific functionality when needed, while keeping the common operations clean through the interface.

Source

src/Database/PDODatabase.php:267-270