Re: MySQL versus Postgres - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: MySQL versus Postgres
Date
Msg-id i3oavk$tbr$1@dough.gmane.org
Whole thread Raw
In response to Re: MySQL versus Postgres  (Sandeep Srinivasa <sss@clearsenses.com>)
List pgsql-general
Sandeep Srinivasa wrote on 09.08.2010 08:54:
> The way I see it - for those who want to truly learn, there is the
> documentation. For those who dont, there are ORMs.

Another of those ORM myths ;)

ORMs are not an alternative to learning SQL or understand how a DBMS works.
You need to be good at SQL and you need a good understanding of relational databases in order to use an ORM
efficiently.

One of the first sentences in the Hibernate manual is: "If you have a limited knowledge of JAVA or SQL, it is advised
thatyou start with a good introduction to that technology prior to attempting to learn Hibernate" 

Regards
Thomas

pgsql-general by date:

Previous
From: Sandeep Srinivasa
Date:
Subject: Re: MySQL versus Postgres
Next
From: Craig Ringer
Date:
Subject: Re: MySQL versus Postgres