Registry / database / aura-sql

aura-sql

JSON →
library6.0.1phppackagistunverified

A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles.

composer require aura/sql
INSTALL
IMPORT
SIG · AURA-SQL
A
aura-sql
databasephpv6.0.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.

ExtendedPdo
use Aura\Sql\ExtendedPdo;

Create an ExtendedPdo instance and fetch all rows from a table.

use Aura\Sql\ExtendedPdo; $pdo = new ExtendedPdo('mysql:host=localhost;dbname=test', 'username', 'password'); $rows = $pdo->fetchAll('SELECT * FROM users WHERE id = ?', [1]);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources