MySQL Database C.R.U.D
composer require "yehchge/database"MySQL Database C.R.U.D
<?php declare(strict_types=1);
include "vendor/autoload.php";
use yehchge\database\Database;
$db = new Database();cp phpunit.example.xml phpunit.xml
sudo apt install php-sqlite3
composer test