Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tina4stack/tina4php-postgresql

Postgres drivers for Tina4
https://github.com/tina4stack/tina4php-postgresql

Last synced: 18 days ago
JSON representation

Postgres drivers for Tina4

Awesome Lists containing this project

README

        

# tina4php-postgresql

### Installation
```
composer require tina4stack/tina4php-postgresql
```

### Testing with Docker
```
docker run --name tina4-postgres --platform linux/x86_64 -p 54321:5432 -e POSTGRES_PASSWORD=pass1234 postgres
```

```
composer test
```