CakePHP plugin that extends ORM with PostgreSQL specific features.
- Common PostgreSQL/PostGIS types.
- Upsert behavior to generate bulk upsert queries.
- Materialized View support.
Require the plugin through Composer:
composer require voronoy/cakephp-pgutilsLoad the plugin:
bin/cake plugin load Voronoy/PgUtilsLicensed under the MIT License.