Install Postgres into XAMPP on Windows
#Setting up a local Postgres development environment
#1. Install Postgres
- Download the installer from EnterpriseDB
- Run the installer
- Install Postgres into C:\xampp\pgsql{version_number} folder
#2. Enable PostGres modules for PHP
- Open php.ini file located in C:\xampp\php.
- Uncomment the following lines in php.ini
extension=php_pdo_pgsql.dllextension=php_pgsql.dll
#3. Install Adminer
- Download Adminer
- Place the PHP file into HTDOCS
#4. Wrapping up
- Restart Apache
- Adminer is now accessible here
This work is licensed under CC BY-NC-SA 4.0. Copying is an act of love — please copy!