mirror of
https://github.com/dg/dibi.git
synced 2025-07-10 00:56:24 +02:00
updated examples, SQlite3 is used instead of SQLite2
This commit is contained in:
@ -11,8 +11,8 @@ date_default_timezone_set('Europe/Prague');
|
||||
|
||||
|
||||
dibi::connect(array(
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'data/sample.sdb',
|
||||
'driver' => 'sqlite3',
|
||||
'database' => 'data/sample.s3db',
|
||||
));
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user