Re: two different posgres t for Rails development?

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Subject: Re: two different posgres t for Rails development?
Date: 2010-08-28 20:25:07
Message-ID: 201008281325.07958.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Saturday 28 August 2010 12:50:32 pm Rich Shepard wrote:
> On Sat, 28 Aug 2010, John R Pierce wrote:
> > does Rails even let you near the SQL? I thought it had a total ORM
> > abstraction layer that assumes all databases are more or less MySQL, and
> > it didn't let you anywhere near the actual relational aspects.
>
> According to my software engineer partner, you're correct. It doesn't
> use SQL, but it's own embedded language. And, while postgres can be used,
> he prefers mysql and that's directly supported by Rails.
>
> Rich

It uses SQL to do the actual communication with the db. That is hidden behind
Ruby(http://www.ruby-lang.org/en/) for programming and
YAML(http://www.yaml.org/) for configuration. FYI Postgres is one of the three
suggested databases to use: http://guides.rubyonrails.org/getting_started.html

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dmitriy Igrishin 2010-08-28 21:18:29 Re: looping on NEW and OLD in a trigger
Previous Message Tom Lane 2010-08-28 20:11:10 Re: 3rd time is a charm.....right sibling is not next child crash.