voronoy / cakephp-pgutils
CakePHP plugin that extends ORM with PostgreSQL specific features.
Installs: 644
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 1
Open Issues: 1
Type:cakephp-plugin
Requires
- php: >=7.2.0
- ext-json: *
- ext-pdo: *
- cakephp/orm: ^4.0
Requires (Dev)
- cakephp/bake: ^2.3
- cakephp/cakephp: ^4.0
- cakephp/cakephp-codesniffer: ^4.2
- phpunit/phpunit: ~8.5.0
README
CakePHP plugin that extends ORM with PostgreSQL specific features.
What's included?
- Common PostgreSQL/PostGIS types.
- Upsert behavior to generate bulk upsert queries.
- Materialized View support.
Installation
Require the plugin through Composer:
composer require voronoy/cakephp-pgutils
Load the plugin:
bin/cake plugin load Voronoy/PgUtils
Documentation
License
Licensed under the MIT License.