youtuosoft / swoft-pgsql
swoft postgresql component
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 5
pkg:composer/youtuosoft/swoft-pgsql
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-10-29 03:03:58 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 |