Hacker News new | ask | show | jobs
by LDN 4535 days ago
From my personal experience I would suggest working with PDO. It is easy to implement, supports multiple drivers if needed and has named parameters in your prepared statements. The difference in terms of performance should be insignificant - although I think in some cases mysqli tends to execute faster.
1 comments

It also has the merit for Perl developers of being more or less like Perl's DBI.