CodeIgniter Forums
Can i use SQLite and MySQL together - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Can i use SQLite and MySQL together (/showthread.php?tid=303)



Can i use SQLite and MySQL together - Lafriakh - 11-19-2014

I want to know if i can use SQLite and MySQL together in the same time with codeigniter? Thanks Smile


RE: Can i use SQLite and MySQL together - Rumolt - 11-19-2014

Yes,you can:
http://www.codeigniter.com/userguide3/database/connecting.html#connecting-to-multiple-databases


RE: Can i use SQLite and MySQL together - Lafriakh - 11-20-2014

(11-19-2014, 07:01 PM)Rumolt Wrote: Yes,you can:
http://www.codeigniter.com/userguide3/database/connecting.html#connecting-to-multiple-databases

Thank you Angel