Re: [SQLObject] _fromDatabase for Postgres
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2003-04-17 23:29:17
|
On Wed, 2003-04-16 at 20:00, David M. Cook wrote: > Are there any plans afoot to add this support for Postgres? I know how to > get the info out of the Postgres system tables, so it looks like the > columnsFromSchema would not be hard to implement for PosgresConnection, but > what else might be involved? Well, I'm going to try dinking with it a bit > anyway, so we'll see what happens. columnsFromSchema is pretty much it. I don't believe anyone else has indicated they're working on it. I assume it involves parsing the appropriate pg_* tables, but I just didn't know what the appropriate tables are (sure are a lot of them). Ian |