This article will help you to install and Integrate PostgreSql with XAMPP for practicality use: Download the PostgreSQL installer from EnterpriseDB and follow the instruction. Assuming your XAMPP is located in D:\XAMPP; so better locate your PostgreSQL in the same folder, sample: D:\XAMPP\PostgreSQL\12. Uncomment below lines in php.ini (usually located in D:\XAMPP\php\php.ini): From:;extension=pdo_pgsql;extension=pgsqlTo:extension=pdo_pgsqlextension=pgsql Stop andContinue reading “How to connect PostgreSQL with XAMPP”