programster/pgsql-lib

A library for interfacing with a PostgreSQL database in PHP.

2.0.0 2024-03-20 12:32 UTC

This package is auto-updated.

Last update: 2024-04-20 12:40:46 UTC


README

A library for helping interface with PostgreSQL.

Roadmap

Upgrade to requiring PHP 8.1 in order to make the following changes:

  • Change the Conjunction class to a simple enum.
  • Replace usage of the PgSqlConnection object with the PgSql\Connection class.