[Nutshell-devel] About DAOs
Status: Planning
Brought to you by:
alexandream
From: Rodrigo C. <rc...@gm...> - 2006-10-04 01:41:27
|
Well, as you asked me to find an API, here it goes: http://thaiopensource.org/development/libpqxx/ - its a C++ wrapper to libpq, the official postgre C API. It's designed to use transactions, throw C++ exceptions and results (or ResultSets) are returned as smart pointers to objects. OTOH, would we be needing ORM (object-realtional mapping)? Or it's overkill? I don't know much of what you are thinking for domain objects, so I can't answer that. -- Cheers, Rodrigo |