'postgres', 'password' => 'lo53', 'user' => 'lo53', 'host' => 'localhost', 'driver' => 'pdo_pgsql', ); //echo __DIR__ . '/db.pgsql'; // obtaining the entity manager $entityManager = EntityManager::create($conn, $config); ?>