An open API service indexing awesome lists of open source software.

https://github.com/opsway/doctrine-dbal-swoole-pgsql-driver

Doctrine DBAL Driver for Swoole Postgresql database connections
https://github.com/opsway/doctrine-dbal-swoole-pgsql-driver

Last synced: 11 months ago
JSON representation

Doctrine DBAL Driver for Swoole Postgresql database connections

Awesome Lists containing this project

README

          

# doctrine-dbal-swoole-pgsql-driver
Doctrine DBAL Driver for Swoole Postgresql database connections

## Installation

The easiest way to install this package is through composer:

```bash
$ composer require opsway/doctrine-dbal-swoole-pgsql-driver
```

## Example

You can test functionality using supplied docker image, located in [example](example) folder. Cli example can be found
in [example/cli.php](example/cli.php). HTTP server example can be found in [example/server.php](example/server.php)