Re: MySQL versus Postgres

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: MySQL versus Postgres
Date: 2010-08-09 07:33:09
Message-ID: i3oavk$tbr$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 that you start with a good introduction to that technology prior to attempting to learn Hibernate"

Regards
Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2010-08-09 08:49:42 Re: MySQL versus Postgres
Previous Message Sandeep Srinivasa 2010-08-09 06:54:11 Re: MySQL versus Postgres