tina4stack/tina4php-postgresql

Tina4 PHP Postgresql Database Driver

v2.0.2 2022-07-11 11:37 UTC

This package is auto-updated.

Last update: 2024-04-11 14:11:43 UTC


README

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