Hi, I m trying to use GC with CodeIgniter 3.0.3 and sqlite
the dsn in database.php is
'dsn' => 'sqlite:../mysqlitedb.db', //Relative path from CI root
I tried stable and dev too.
The problem is the command "SHOW TABLE" with sqlite.
Seems the GC is configured to use MySQL.
Any ideas?
Thanks in advance