Download the PHP package gcworld/database without Composer
On this page you can find all versions of the php package gcworld/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package database
GCWorld Database
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.4
All versions of database with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-pdo Version *
gcworld/interfaces Version >=4.1.0
composer/composer Version ^2.7
composer/installers Version >=2.2
ext-pdo Version *
gcworld/interfaces Version >=4.1.0
composer/composer Version ^2.7
composer/installers Version >=2.2
The package gcworld/database contains the following files
Loading the files please wait ....