gcworld / database
GCWorld Industries Database
2.7.7
2026-05-28 13:15 UTC
Requires
- php: >=8.4
- ext-pdo: *
- composer/composer: ^2.8
- composer/installers: >=2.3
- gcworld/interfaces: >=4.4.8
Requires (Dev)
- gcworld/code_sniffer_contrib: ^1.0
- phpmd/phpmd: ^2.15
- phpstan/phpstan: 2.1.11
- phpstan/phpstan-deprecation-rules: 2.0.1
This package is auto-updated.
Last update: 2026-05-28 13:15:41 UTC
README
The GCWorld database system was originally a simple extension of PDO, but has grown into a much larger product.
Features
- Additional functions
- ping (Simple select 1 to keep a connection alive)
- table exists (Check to see if a table exists)
- get working database name (Get the name of the current database)
- get table comment (Get the comment of a table)
- set table comment (Set the comment of a table)
- set defaults (Switch to exception mode, default to fetch assoc, disable emulated prepares, ensure we will be returning our own db statement)
- Deadlock Protection (retries and usleep)
- New controller to remap reads and writes to different connections
- Note: This feature only applies to prepared statements
Version
2.7.7