0

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?

2
  • 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/… Commented 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) Commented Apr 16 at 7:51

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.