[SQLObject] SQLObject 0.3: people.py example
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Bud P. B. <bu...@si...> - 2003-04-09 16:50:08
|
Ian, I slighly modified person.py such that it runs "out of the box" (attached). It simply always drops the tables and then recreates them. Also, the connection information is given on the commandline. Example ./person.py pgsql mydb myusername hope this is helpful --b |