postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Async Postgres client for PHP based on Amp.

Results 14 postgres issues
Sort by recently updated
recently updated
newest added

For example: ```php $connection->query('SELECT count(*) FROM users', new TimeoutCancellation(600)); ```

enhancement

Example file `.github/workflows/testing.yml` never finish. If remove extension `event` will be work correctly. ``` name: Testing on: push: branches: [ '**' ] pull_request: branches: [ 'main' ] jobs: postgres: name:...

For allow example: ```php pg_connect("host=localhost options='--client_encoding=UTF8'"); ```

Preparing the same statement in multiple fibers leads to a race condition upon automated deletion of the statement w/ statementDeallocate (or at the very least, this is what I assume...