- Notifications
You must be signed in to change notification settings - Fork0
PostgreSQL driver for Yii Database
License
Tigrov/db-pgsql
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PostgreSQL driver forYii Database is aPostgreSQL database adapter.The package provides a database connection interface and a set of classes for interacting with aPostgreSQL database.It allows you to perform common database operations such as executing queries, building and executingINSERT
,UPDATE
,andDELETE
statements, and working with transactions. It also provides support for PostgreSQL-specific features suchas stored procedures and server-side cursors.
PHP | Pgsql Version | CI-Actions |
---|---|---|
8.0 - 8.2 | 9.0 - 15.0 |
The package could be installed via composer:
composer require yiisoft/db-pgsql
English:
- For config connection to PostgreSQL database checkConnecting PostgreSQL.
- Check the documentation to learn about usage.
Português - Brasil:
- Para configurar a conexão com o PostgreSQL leiaConnecting PostgreSQL.s
- Confira a documentação para aprender como usar.
Testing:
If you need help or have a question, theYii Forum is a good place for that.You may also check out otherYii Community Resources.
The Yii DataBase PostgreSQL Extension is free software. It is released under the terms of the BSD License.Please seeLICENSE
for more information.
Maintained byYii Software.