Skip to content

opsway/doctrine-dbal-swoole-pgsql-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doctrine-dbal-swoole-pgsql-driver

Doctrine DBAL Driver for Swoole Postgresql database connections

Installation

The easiest way to install this package is through composer:

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

Example

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