Registry / database / clue-reactphp-sqlite

clue-reactphp-sqlite

JSON →
library1.7.0phppackagistunverified

Async SQLite database, lightweight non-blocking process wrapper around file-based database extension (ext-sqlite3), built on top of ReactPHP.

composer require clue/reactphp-sqlite
INSTALL
IMPORT
SIG · CLUE-REACTPHP-SQLI
C
clue-reactphp-sqlite
databasephpv1.7.0
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 Clue\React\SQLite\Database;

Execute an async SQLite query.

use Clue\React\SQLite\Database; $db = new Database('test.db'); $db->query('SELECT 1')->then(function ($result) { var_dump($result); });
Debug
Known issues
breakingRequires ext-sqlite3 PHP extension
fix
Install php-sqlite3 extension via package manager
affects: >=1.0
Upgrade
Version history
1.7.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
clue-reactphp-sqlite — pip install clue-reactphp-sqlite · libregistry