db = $db; } protected function execute(string $sql, array $values = null){ return $this->db->execute($sql, $values, true); } }