gcworld / database
GCWorld Industries Database
Installs: 31 658
Dependents: 4
Suggesters: 1
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=8.0
- ext-pdo: *
- composer/composer: ^2.7
- composer/installers: >=2.2
- gcworld/interfaces: >=4.1.0
Requires (Dev)
- gcworld/code_sniffer_contrib: ^1.0
- phpmd/phpmd: ^2.6
- phpstan/phpstan: ^1.4
- dev-master
- 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-01-10 15:37:29 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.6.5