⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

GC with PDO Sqlite



thecocce

thecocce
  • profile picture
  • Member

Posted 19 December 2015 - 12:04 PM

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

 


Amit Shah

Amit Shah
  • profile picture
  • Member

Posted 22 December 2015 - 07:35 AM

yes, it is more off configured around MySQL .. though there were efforts to add / connect to multiple other databases, but till what level it succeeded ... was something i cannot comment.

Since you are working around the GC with SQLite - you can surely alter the code to its requirement. It can be a great contribution from you to the community.