postgres
postgres copied to clipboard
Async Postgres client for PHP based on Amp.
For example: ```php $connection->query('SELECT count(*) FROM users', new TimeoutCancellation(600)); ```
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...