[Koha-devel] koha with better support for postgresql

Joe Atzberger ohiocore at gmail.com
Wed Dec 2 21:44:06 CET 2009


On Wed, Dec 2, 2009 at 3:00 PM, ricardo mendoza <koha.spanish at gmail.com>wrote:

> What you mean Joe, is that it's much better to work with a layer of
> abstraction, regardless of the database used.
>

Yes, that's right.  So it is better to move in that direction instead of
trying to convert one particular form of SQL to another parallel alternative
form of SQL (and then have to maintain them both... and still not have the
OO/DBIx functionality).

Chris' work is encouraging.  ORM classes are definitely a different way of
thinking about data though.  The mapping is its own little ecosystem, and
will require the structure to be maintained and updated (much like
kohastructure.sql and updatedatabase).  One great thing though, is that it
combines with caching very naturally (caching an object, not just a DB
row).

--joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-devel/attachments/20091202/3195a1bf/attachment-0003.htm>


More information about the Koha-devel mailing list