Object - Relational Mappings

From: "Richard Broersma" <richard(dot)broersma(at)gmail(dot)com>
To: "Los Angles PostgreSQL Users Group" <lapug(at)postgresql(dot)org>
Subject: Object - Relational Mappings
Date: 2008-03-29 06:04:11
Message-ID: 396486430803282304v77374cc0i400201b5f0afa7d7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: lapug

Sometimes we see Object Oriented programmers, trying to directly map
Object Oriented (O.O.) design patterns into a relational database.
I've heard the PostgreSQL community refer to this approach as object
relational impedance mismatch since the resulting design is nearly
unworkable and performs awfully.

However, it is possible to achieve a marriage (or impedance match)
between OO software design and normalized relational database design
using Data Access Patterns.

This topic was just one of the interesting points of discussion that
was entertained during March's LAPUG Meeting. I will give a recap on
the other points of discussion in the LAPUG blog a little later.

The book that explains 5 ways to achieve this marriage is discussed in
the following book:

Data Access Patterns ( Database Interactions in Object-Oriented Applications )
ISBN 0-13-140157-2

--
Regards,
Richard Broersma Jr.

Responses

Browse lapug by date

  From Date Subject
Next Message Richard Broersma 2008-03-31 19:18:39 Re: LAPUG_poll what do you use?
Previous Message Richard Broersma 2008-03-29 05:46:40 Re: LAPUG_poll what do you use?