What about using an ORM? In Symfony2 for instance, we only think about objects, and they are magically mapped into MySQL or PostgreSQL tables by Doctrine2.
What about using an ORM? In Symfony2 for instance, we only think about objects, and they are magically mapped into MySQL or PostgreSQL tables by Doctrine2.