Python module that interfaces to a PostgreSQL database
PyGreSQL is an open-source Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script.
PyGreSQL is an open-source Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script.
To install py312-pygresql, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-pygresql
To see what files were installed by py312-pygresql, run:
port contents py312-pygresql
To later upgrade py312-pygresql, run:
sudo port selfupdate && sudo port upgrade py312-pygresql
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.