Re: Wordpress & PostgreSQL ...

Поиск
Список
Период
Сортировка
От Ashley Moran
Тема Re: Wordpress & PostgreSQL ...
Дата
Msg-id FAF7C6D4-F874-4D24-B750-9B2CAB465480@ashleymoran.me.uk
обсуждение исходный текст
Ответ на Re: Wordpress & PostgreSQL ...  ("Dawid Kuroczko" <qnex42@gmail.com>)
Ответы Re: Wordpress & PostgreSQL ...  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Peter Wilson
Дата:
Сообщение: Re: Wordpress & PostgreSQL ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Modifying SQL parser with extensions?