youtuosoft / swoft-pgsql
swoft postgresql component
1.0.2
2019-11-04 23:14 UTC
Requires
- swoft/connection-pool: ~2.0.0
- swoft/framework: ~2.0.0
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-03-29 00:52:55 UTC
README
Swoft PostgreSQL Component
Install
-
If you are using Swoole 4.4 or above, make sure install the extension of Swoole PostgreSQL.
-
composer command
composer require youtuosoft/swoft-pgsql
Resources
- Documentation of Swoole PostgreSQL Extension
- Documentation of Swoft
- Report Issues and Send Pull Requests in the Main Swoft PostgreSQL Component Repository
LICENSE
The Component is open-sourced software licensed under the Apache license.
ChangeLog
file | detail | reason |
---|---|---|
src/Connection/Connection.php | ping(),getClient() | need reconnect when pipe breaked |
composer.json | name curtis18/swoft-pgsql ->youtuosoft/swoft-pgsql |