Registry / database / anax-database

anax-database

JSON →
library2.3.1phppackagistunverified

Anax Database module, to work with databases.

composer require anax/database
INSTALL
IMPORT
SIG · ANAX-DATABASE
A
anax-database
databasephpv2.3.1
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 Anax\Database\Database;

Connect to a database and execute a query.

use Anax\Database\Database; $db = new Database([ 'dsn' => 'mysql:host=localhost;dbname=test', 'username' => 'root', 'password' => '', ]); $db->connect(); $res = $db->execute('SELECT * FROM users');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
anax-database — pip install anax-database · libregistry