programster / pgsql-lib
A library for interfacing with a PostgreSQL database in PHP.
Installs: 1 286
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=8.2.0
- ext-pgsql: *
Requires (Dev)
- irap/autoloader: 1.0.*
- programster/core-libs: >=2.1 <3.0
- programster/pgsql-migrations: >=0.3 <2.0
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.