mirror of
https://github.com/dg/dibi.git
synced 2025-07-30 19:00:13 +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',
|
||||
// enable query logging to this file
|
||||
'profiler' => array(
|
||||
'run' => TRUE,
|
||||
|
Reference in New Issue
Block a user