1
Good people, I’m wanting to develop in php, and for that you need to install a tool that makes my pc become half server, as everyone knows there are several tools to download, as: XAMP, WAMP, EASYPHP etc. But all of these support MYSQL DBMS.
I wanted to know if there are such tools, but they come by default with POSTGRESQL DBMS support to indicate me. (It’s a college project, professor demanded to use SGBD POSTGRESQL).
OBS: I found a Bitnami tool called WAPP STACK, but I didn’t like it, when I update the php file, it takes time to update in the browser.
I didn’t understand the problem, just install postgres and enable the driver in php. If you need a program to manipulate the database you can use pgAdmin that already comes with postgres.
– rray
how to enable this drive in php ?
– Rodrigo Jacinto
Is using windows or linux?
– rray
yes, use Windows 10
– Rodrigo Jacinto
You are familiar with pgAdmin?
– rray
I’ve used it a few times
– Rodrigo Jacinto