1
0
mirror of https://github.com/dg/dibi.git synced 2025-10-20 09:16:30 +02:00

updated examples, SQlite3 is used instead of SQLite2

This commit is contained in:
David Grudl
2012-10-18 23:00:12 +02:00
parent 44aba8a986
commit bc59eb6a14
15 changed files with 32 additions and 32 deletions

View File

@@ -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,
)