gcworld / database
GCWorld Industries Database
Installs: 31 682
Dependents: 4
Suggesters: 1
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/gcworld/database
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
 
- dev-master
 - 2.7.6
 - 2.7.5
 - 2.7.4
 - 2.7.3
 - 2.7.2
 - 2.7.1
 - 2.7.0
 - 2.6.7
 - 2.6.6
 - 2.6.5
 - 2.6.4
 - 2.6.3
 - 2.6.2
 - 2.6.1
 - 2.6.0
 - 2.5.5
 - 2.5.4
 - 2.5.2
 - 2.5.1
 - 2.5.0
 - 2.4.3
 - 2.4.2
 - 2.4.1
 - 2.4.0
 - 2.3.17
 - 2.3.16
 - 2.3.15
 - 2.3.14
 - 2.3.13
 - 2.3.12
 - 2.3.11
 - 2.3.10
 - 2.3.9
 - 2.3.8
 - 2.3.7
 - 2.3.6
 - 2.3.5
 - 2.3.4
 - 2.3.3
 - 2.3.2
 - 2.3.1
 - 2.3.0
 - 2.2.3
 - 2.2.2
 - 2.2.1
 - 2.2.0
 - 2.1.2
 - 2.1.1
 - 2.1.0
 - 2.0.3
 - 2.0.2
 - 2.0.1
 - 2.0.0.1
 - 2.0.0
 - 1.3.1
 - 1.3.0.1
 - 1.3.0
 - 1.2.1
 - 1.2.0.1
 - 1.2.0
 - 1.1.1.6
 - 1.1.1.5
 - 1.1.1.4
 - 1.1.1.3
 - 1.1.1.2
 - 1.1.1.1
 - 1.1.1
 - 1.1.0
 - 1.0.0
 
This package is auto-updated.
Last update: 2025-10-15 00:14:06 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.6