CodeIgniter Forums
Simultaneous connection to a Sqlite and Mysql - 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: Simultaneous connection to a Sqlite and Mysql (/showthread.php?tid=73353)



Simultaneous connection to a Sqlite and Mysql - otalado - 04-14-2019

Is it possible to connect to both Sqlite and Mysql databases at same time in Codeigniter application


RE: Simultaneous connection to a Sqlite and Mysql - dave friend - 04-14-2019

It should be.

Read about Manually Connecting to a Database and Connecting to Multiple Databases in the documentation.