tina4stack/tina4php-postgresql

Tina4 PHP Postgresql 数据库驱动

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

This package is auto-updated.

Last update: 2024-09-11 14:57:16 UTC


README

安装

composer require tina4stack/tina4php-postgresql

使用 Docker 进行测试

docker run --name tina4-postgres --platform linux/x86_64 -p 54321:5432 -e POSTGRES_PASSWORD=pass1234 postgres
composer test