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
- Host: GitHub
- URL: https://github.com/opsway/doctrine-dbal-swoole-pgsql-driver
- Owner: opsway
- License: mit
- Created: 2022-02-23T15:29:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T10:58:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T02:24:54.330Z (over 1 year ago)
- Language: PHP
- Size: 75.2 KB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)