https://github.com/daverandom/pgsql
A non-blocking PostgreSQL library built on the amp concurrency framework
https://github.com/daverandom/pgsql
Last synced: about 1 month ago
JSON representation
A non-blocking PostgreSQL library built on the amp concurrency framework
- Host: GitHub
- URL: https://github.com/daverandom/pgsql
- Owner: DaveRandom
- License: mit
- Created: 2016-05-17T20:50:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T18:58:53.000Z (about 10 years ago)
- Last Synced: 2025-02-26T02:27:58.588Z (over 1 year ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# amp/pgsql
[](https://travis-ci.org/amphp/amp)
[](https://coveralls.io/github/amphp/amp?branch=master)


`amphp/pgsql` is a non-blocking PostgreSQL library built on the [amp concurrency framework](https://github.com/amphp/amp).
> **WARNING**
>
> This library is currently unstable. The API is volatile and subject to change. Use at your own risk ... you cowboy.
**Required PHP Version**
- PHP 7+
**Required PHP Extensions**
- `ext/pgsql`
This library relies on the pgsql extension shipped as part of standard PHP installs. No additional configuration is needed for most scenarios.
**Installation**
```bash
$ composer require amphp/pgsql
```