I'm translating an application from MySQL to MSSQL, with statements written in db-specific SQL. Some of the statements involve isnull()
, ifnull()
and concat()
which currently needs to be manually rewritten to MSSQL syntax.
To improve code portability I'm thinking of ORM alternatives which can solve the above, still with speed (I don't want the ORM to postprocess the result set).
Target databases:
Appreciate any hints or experiences in this matter.
I think that one of the best ORMs out there is Doctrine 2.
See the project website at http://doctrine-project.org/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With