![]() |
What DB drivers have you used? - 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: What DB drivers have you used? (/showthread.php?tid=63652) |
What DB drivers have you used? - kilishan - 11-23-2015 This is in no way an official poll, but I've been wondering lately which of the 12+ database drivers people actually have used? Unfortunately, there's too many items fro a poll, and that would only allow people to use a single one, so please list all drivers you have used in the past. Note that for many of the drivers there is now a PDO and non-PDO version so please specify. Thanks! I guess I should start it off. I've used mysql, mysqli, and sqlite in actual projects or development phases (all non-PDO). I've toyed with Postgres but haven't used it in a project yet. RE: What DB drivers have you used? - jlp - 11-23-2015 The only database I have used with CodeIgntier is MYSQL, with the mysql and the mysqli drivers. RE: What DB drivers have you used? - orionstar - 11-23-2015 mysql/mysqli, sqlite, pdo (mysql, sqlite) RE: What DB drivers have you used? - Narf - 11-23-2015 mssql, mysql, mysqli, oci8, odbc, postgre RE: What DB drivers have you used? - ivantcholakov - 11-23-2015 mysqli, postgre pdo_sqlite - for demo purpose RE: What DB drivers have you used? - solidcodes - 11-23-2015 For practice for purpose: SQLite and PostgreSQL For actual: MySQL, MySQLi and now (MySQLi for MariaDB) RE: What DB drivers have you used? - Diederik - 11-24-2015 I primaraly use mysqli, some older projects are still using mysql, and a single project is using sqlite. RE: What DB drivers have you used? - davicotico - 11-24-2015 MySql, PostreSQL, SQLite RE: What DB drivers have you used? - seasenx6 - 11-24-2015 mssql, mysql, mysqli, oci8 RE: What DB drivers have you used? - dmyers - 11-24-2015 mysql/mysqli - 70% postgre - 20% sqlite/3 - 5% pdo - 5% |