connection->prepare($sql), ); } public function getNativeConnection(): PDO { return $this->connection->getNativeConnection(); } }