Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tina4stack/tina4php-postgresql
- Owner: tina4stack
- Created: 2022-01-27T07:52:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T13:11:56.000Z (about 1 year ago)
- Last Synced: 2024-11-22T08:07:44.352Z (about 1 month ago)
- Language: PHP
- Size: 116 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```