Hacker News new | ask | show | jobs
by 0x0 1496 days ago
And PDO isn't even a proper database abstraction layer, it's just a way to connect to various databases and issue prepared statements. You still have to write your own SQL queries and create table statements, which will most certainly not be portable.