switching database after project has been done.

Is there an easier way to switch from mysql to db2? There are differences between those 2 such as column name has to be in double quotes. I’m using edgardmessias ibm-db2 and it takes too long to search and replace the whole project taking tremendous amount of time. Is there a solution for this?

Depends on how you have your queries. If many are written in SQL then no, there’s no easy solution. Query builder and AR should more or less work out of the box.