Download the PHP package codercms/laravel-pg-conn-pool without Composer
On this page you can find all versions of the php package codercms/laravel-pg-conn-pool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codercms/laravel-pg-conn-pool
More information about codercms/laravel-pg-conn-pool
Files in codercms/laravel-pg-conn-pool
Download codercms/laravel-pg-conn-pool
More information about codercms/laravel-pg-conn-pool
Files in codercms/laravel-pg-conn-pool
Vendor codercms
Package laravel-pg-conn-pool
Short Description Laravel PostgreSQL connection pool
License MIT
Package laravel-pg-conn-pool
Short Description Laravel PostgreSQL connection pool
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-pg-conn-pool
laravel-pg-conn-pool
Laravel PostgreSQL connection pool
WARNING: The package is not production-ready yet (only for testing purposes).
Reasons:
- Gaining more performance to the application
Requirements:
- PHP 7.4
- Laravel 6.x
- Swoole 4.x and higher
- ext-pq
Usage
Configuration (config/database.php
):
Notes
- The following methods on LazyConnection may not work (because they rely on the real connection):
- setPdo
- setReadPdo
- disconnect
- reconnect
- All connections management is performed by connection pool, not by Laravel
- Each coroutine can take only one connection from the pool
All versions of laravel-pg-conn-pool with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
ext-pdo Version *
ext-swoole Version *
illuminate/database Version ^6.0
makise-co/postgres Version ^2.0
ext-pdo Version *
ext-swoole Version *
illuminate/database Version ^6.0
makise-co/postgres Version ^2.0
The package codercms/laravel-pg-conn-pool contains the following files
Loading the files please wait ....