Hacker News new | ask | show | jobs
by rad_gruchalski 1358 days ago
> Where ORMs are useful is once you have your objects. The usefulness of an ORM is being able to say:

That example you give here doesn’t require an orm, though. In ColdFusion world they use(d to use?) a pattern called dao, data access object.