mirror of
https://github.com/dg/dibi.git
synced 2025-07-30 19:00:13 +02:00
Sqlite3Driver becomes alias for SqliteDriver
This commit is contained in:
@@ -13,7 +13,7 @@ if (@!include __DIR__ . '/../vendor/autoload.php') {
|
||||
|
||||
|
||||
$dibi = new Dibi\Connection([
|
||||
'driver' => 'sqlite3',
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'data/sample.s3db',
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user