yiisoft/db-pgsql

PostgreSQL driver for Yii Database

1.3.0 2024-03-21 07:28 UTC

README

68747470733a2f2f796969736f66742e6769746875622e696f2f646f63732f696d616765732f7969695f6c6f676f2e737667 68747470733a2f2f7777772e706f737467726573716c2e6f72672f6d656469612f696d672f61626f75742f70726573732f656c657068616e742e706e67

PostgreSQL driver for Yii Database


PostgreSQL driver for Yii Database is a PostgreSQL database adapter. The package provides a database connection interface and a set of classes for interacting with a PostgreSQL database. It allows you to perform common database operations such as executing queries, building and executing INSERT, UPDATE, and DELETE statements, and working with transactions. It also provides support for PostgreSQL-specific features such as stored procedures and server-side cursors.

Latest Stable Version Total Downloads rector codecov StyleCI

Support version

PHP Pgsql Version CI-Actions
8.0 - 8.2 9.0 - 15.0 build Mutation testing badge static analysis type-coverage

Installation

The package could be installed via composer:

composer require yiisoft/db-pgsql

Usage

For config connection to PostgreSQL database check Connecting PostgreSQL.

Check the documentation docs to learn about usage.

Testing

Check the documentation to learn about testing.

Support the project

Open Collective

Follow updates

Official website Twitter Telegram Facebook Slack

License

The Yii DataBase PostgreSQL Extension is free software. It is released under the terms of the BSD License. Please see LICENSE for more information.

Maintained by Yii Software.