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-pgutils
Load the plugin:
bin/cake plugin load Voronoy/PgUtils
Licensed under the MIT License.