0.2.3 #2

Merged
Sieciech merged 18 commits from 0.2.3 into master 2021-03-08 10:29:29 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d32c7a0b92 - Show all commits

View File

@ -3,6 +3,7 @@ require_once __DIR__ . '/../vendor/autoload.php';
use Fufle\Demo\Model\Job; use Fufle\Demo\Model\Job;
use Fufle\ORM\Database\ConnectionManager; use Fufle\ORM\Database\ConnectionManager;
use Fufle\ORM\Database\Connectors\PostgresConnector;
//$dns = 'pgsql:host=localhost;port=5432;dbname=dynamic;user=dynamic;password=password123'; //$dns = 'pgsql:host=localhost;port=5432;dbname=dynamic;user=dynamic;password=password123';
$params = [ $params = [