Re: A thought about other open source projects - Mailing list pgsql-general

From Adrian von Bidder
Subject Re: A thought about other open source projects
Date
Msg-id 201006202019.01217@fortytwo.ch
Whole thread Raw
In response to Re: A thought about other open source projects  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-general
On Sunday 20 June 2010 12.52:22 Thomas Kellerer wrote:
> I don't believe in "database agnostic code".

Using a db abstraction may be the right way to write "database agnostic
code".

I have quite a good impression of SQLAlchemy, for example: it is quite
generic, and it is still possible to write direct SQL for those few queries
where I know that I can create better queries than SQLAlchemy would.

YMMV, of course.  When performance is an issue, optimized code for a certain
DB backend will probably beat abstractions like this every time.  But if
you're just writing a small-ish application, the option to support other db
with minimal effort is quite nice.

cheers
-- vbi


--
Today is Sweetmorn, the 25th day of Confusion in the YOLD 3176

Attachment

pgsql-general by date:

Previous
From: Teodor Macicas
Date:
Subject: Re: Inserting additional data into pg_statistics
Next
From: John R Pierce
Date:
Subject: Re: High Availability with Postgres