After not finding a tool to create the python classes from a Postgres
database I decided to write one (a DBA centric approach to development,
they define the what, the programmer builds interfaces). I find that
the "time" data type is missing (The "DateCol" is there which should
be added to the Docs).
I also note that the 6.0 docs mention the consideration of multi field
primary keys which I'm hoping gets implemented. As a data point the
schema I'm working with has 120 tables, only 6 meet the requirement
of an single integer primary key field. I've wrangled the DBA into
adding two more however he's very much against adding it to the
table that gets the most use. So for now I'm hand wrapping some
tables, it certainly would be nice to use SQLObject instead.
Thanks,
William.
|