- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 10
Open
Labels
help wantedExtra attention is neededExtra attention is needednew featureNew feature or requestNew feature or request
Milestone
Description
$db = new Clue\React\Sqlite\SqliteClient(':memory:');
$db->on('open', function () use ($db) {
    $db->loadExtension('hash');
});
$db->query('SELECT hash("foo")')->then('var_dump');See https://www.php.net/manual/en/sqlite3.loadextension.php
Refs #47 and #54
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needednew featureNew feature or requestNew feature or request