mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 05:37:39 +02:00
updated examples, SQlite3 is used instead of SQLite2
This commit is contained in:
@@ -21,8 +21,8 @@ NDebugger::enable();
|
||||
|
||||
|
||||
dibi::connect(array(
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'data/sample.sdb',
|
||||
'driver' => 'sqlite3',
|
||||
'database' => 'data/sample.s3db',
|
||||
'profiler' => array(
|
||||
'run' => TRUE,
|
||||
)
|
||||
|
Reference in New Issue
Block a user