From: Gerhard H. <gh...@gh...> - 2005-01-12 23:49:24
|
On Wed, Jan 12, 2005 at 10:59:18AM -0600, Jon-Pierre Gentil wrote: > I was curious as to whether or not anyone has attempted to implement > a cursor that returns a dictionary keyed from column names, similar > to the MySQLdb.DictCursor class? I am not familiar enough with libpg > to implement it myself. The default cursor works like both the DB-API cursor and MySQLdb's DictCursor. Try it :-) -- Gerhard |