https://github.com/voronoy/cakephp-pgutils
CakePHP plugin that extends ORM with PostgreSQL specific features.
https://github.com/voronoy/cakephp-pgutils
behavior cakephp cakephp-plugin php postgres postgresql
Last synced: about 1 month ago
JSON representation
CakePHP plugin that extends ORM with PostgreSQL specific features.
- Host: GitHub
- URL: https://github.com/voronoy/cakephp-pgutils
- Owner: voronoy
- License: mit
- Created: 2020-11-02T13:35:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T20:03:38.000Z (over 1 year ago)
- Last Synced: 2026-01-14T14:00:52.670Z (about 1 month ago)
- Topics: behavior, cakephp, cakephp-plugin, php, postgres, postgresql
- Language: PHP
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CakePHP PgUtils Plugin
[](https://github.com/voronoy/cakephp-pgutils/actions)
[](https://codecov.io/gh/voronoy/cakephp-pgutils)
[](https://packagist.org/packages/voronoy/cakephp-pgutils)
[](https://packagist.org/packages/voronoy/cakephp-pgutils)
[](https://packagist.org/packages/voronoy/cakephp-pgutils)
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:
```bash
composer require voronoy/cakephp-pgutils
```
Load the plugin:
```bash
bin/cake plugin load Voronoy/PgUtils
```
## Documentation
- [Database Types](docs/types.md)
- [Upsert Behavior](docs/upsert-behavior.md)
- [Materialized View](docs/materialized-view.md)
## License
Licensed under the MIT License.