Is there a built in support for DB2 database just like MySQL in CodeIgniter 4. If not can we see support for DB2 database in CodeIgniter 4 in future releases?
-
This would better be a post on the official ci4-forums. On further reading it does not look like it would be addded naytime soon: codeigniter4.github.io/userguide/intro/…Simon Weber– Simon Weber2025-03-25 08:25:58 +00:00Commented Mar 25 at 8:25
-
I don't know DB2 or the SQL it uses but another option is to use the nearest equivalent library (such as MySQL) and then extend / tidy / tweak code as a Library from there. I created a semi-loose equivalent model concept for Neo4j as that isn't supported (although N4J is wildly different to standard SQL)Antony– Antony2025-04-16 07:51:42 +00:00Commented Apr 16 at 7:51
Add a comment
|