Download the PHP package dmlogic/pdo-retry-wrapper without Composer
On this page you can find all versions of the php package dmlogic/pdo-retry-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dmlogic/pdo-retry-wrapper
More information about dmlogic/pdo-retry-wrapper
Files in dmlogic/pdo-retry-wrapper
Download dmlogic/pdo-retry-wrapper
More information about dmlogic/pdo-retry-wrapper
Files in dmlogic/pdo-retry-wrapper
Vendor dmlogic
Package pdo-retry-wrapper
Short Description PDO wrapper to gracefully handle dropped connections
License
Package pdo-retry-wrapper
Short Description PDO wrapper to gracefully handle dropped connections
License
Please rate this library. Is it a good library?
Informations about the package pdo-retry-wrapper
PHP PDO retry wrapper
I wish I didn't have to make this. But RDS under AWS is not nearly as available as the metrics claim.
This is inspired by the dropped connection retry mechanisms built into illuminate/database. I want the same here but at a much lower level for PDO.
Provides this functionality:
- Retry queries that failed due to connection issues up to a maximum number of attempts
- Define a callback to run if the limit is reached
- Combines
$pdo->prepare($sql)
and$pdo->execute($bindings)
into a single$connection->runQuery($sql, $bindings)
call
Usage
All versions of pdo-retry-wrapper with dependencies
PHP Build Version
Package Version
The package dmlogic/pdo-retry-wrapper contains the following files
Loading the files please wait ....