Registry / database / tigron-skeleton-database

tigron-skeleton-database

JSON →
library0.3.17phppackagistunverified

Provides a MySQL database layer for the Tigron Skeleton framework.

composer require tigron/skeleton-database
INSTALL
IMPORT
SIG · TIGRON-SKELETON-DA
T
tigron-skeleton-database
databasephpv0.3.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Database
✓ use Tigron\Skeleton\Database\Database;

Initialize a database connection and run a query.

use Tigron\Skeleton\Database\Database; $db = new Database(['host' => 'localhost', 'database' => 'test', 'username' => 'root', 'password' => '']); $result = $db->query('SELECT 1');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.17latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
tigron-skeleton-database — pip install tigron-skeleton-database · libregistry