Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Having just converted an app to use Postgres from MySQL, I can tell you that the PDO drivers only get you so far. You're still ultimately going to be writing SQL, and then you have to get into the differences between MySQL's `key`="val" and Postgres' "key"='val' quoting differences.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: