Object Relational Mapping - Mailing list pgsql-novice

From allanwind@mediaone.net (Allan M. Wind)
Subject Object Relational Mapping
Date
Msg-id 20020217061800.GA8977@pawan.dyndns.org
Whole thread Raw
List pgsql-novice
I was hoping someone could point me to good resources (books, URIs) on
object relational mapping (googled mostly yielded sketchy information
and a reference to "Object-Oriented Modeling and Design for Database
Applications" by Michael Blaha, William Premerlani, William Premerlain).

In particular interested in implementation strategies - If embedding SQL
into your classes is not such a good idea, then what?  What is a good
way to abstract queries (across multiple tables)?  Client side caching
while ensuring data consistency (sounds like reimplemented database
functionality on the client side, is that really a good idea)?

Not looking for anything fancy just an understanding of the issues
involved for implementing small web applications in g++ against
postgresql probably with python and omniorb in the mix somewhere.

Thanks in advance,


/Allan
--
Allan M. Wind
P.O. Box 2022
Woburn, MA 01888-0022
USA

Attachment

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: two foreign keys
Next
From: Ivan Horvath
Date:
Subject: Re: problem in executing a function