<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: PHISSUG Chat #1: Forget SQL, Meet ORM</title>
	<atom:link href="http://blog.box.com.ph/2007/06/07/phissug-chat-1-forget-sql-meet-orm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.box.com.ph/2007/06/07/phissug-chat-1-forget-sql-meet-orm/</link>
	<description>Everything you need. Now. In one blog!</description>
	<pubDate>Fri, 09 Jan 2009 15:28:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg Moreno</title>
		<link>http://blog.box.com.ph/2007/06/07/phissug-chat-1-forget-sql-meet-orm/comment-page-1/#comment-131749</link>
		<dc:creator>Greg Moreno</dc:creator>
		<pubDate>Sun, 11 Nov 2007 08:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.box.com.ph/2007/06/07/phissug-chat-1-forget-sql-meet-orm/#comment-131749</guid>
		<description>The ORM approach is definitely a time saver. One reason the Ruby on Rails framework is fast becoming the primary choice for web-based app development is because of its ORM library (called ActiveRecord). 

However, an ORM is not always the perfect solution to the problem. Being another layer, you have to consider some performance impact, control, db changes, and how the ORM allows you to bypass it, if needed, without throwing the ORM-based code.</description>
		<content:encoded><![CDATA[<p>The ORM approach is definitely a time saver. One reason the Ruby on Rails framework is fast becoming the primary choice for web-based app development is because of its ORM library (called ActiveRecord). </p>
<p>However, an ORM is not always the perfect solution to the problem. Being another layer, you have to consider some performance impact, control, db changes, and how the ORM allows you to bypass it, if needed, without throwing the ORM-based code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
