Re: Wordpress & PostgreSQL ... - Mailing list pgsql-general

From Ashley Moran
Subject Re: Wordpress & PostgreSQL ...
Date
Msg-id FAF7C6D4-F874-4D24-B750-9B2CAB465480@ashleymoran.me.uk
Whole thread Raw
In response to Re: Wordpress & PostgreSQL ...  ("Dawid Kuroczko" <qnex42@gmail.com>)
Responses Re: Wordpress & PostgreSQL ...  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
List pgsql-general
On Oct 29, 2006, at 10:00 pm, Dawid Kuroczko wrote:
> Ruby on Rails perhaps?  I have not written a single line in Ruby, but
> I've read on the list here that it has very good PostgreSQL
> interface...


Dawid,

The Rails postgres adapter works great.  In fact, by and large you
don't need to care about which DBMS you are running on because
ActiveRecord is a good abstraction layer (the code for each database
adapter is not that huge).  Rails users seem to have less of a MySQL
bias than PHP users.  Arguably that's because Ruby and Rails share
more of the design philosophy of Postgres, whereas PHP's design
rigour seems to be inspired by MySQL.

If you are interested in Rails-based blogging engines, check out
Mephisto ( http://www.mephistoblog.com/ ), which seems to be the best.

Ashley




pgsql-general by date:

Previous
From: Peter Wilson
Date:
Subject: Re: Wordpress & PostgreSQL ...
Next
From: Tom Lane
Date:
Subject: Re: Modifying SQL parser with extensions?