Re: [SQLObject] Re: Postgres: DROP table CASCADE
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2004-11-29 18:47:43
|
On Mon, Nov 29, 2004 at 12:31:31PM -0600, Ian Bicking wrote: > python test.py -dpostgres > it's not very flexible with its command-line arguments. I've made it much more flexible using getopt. Please look at main() at http://svn.colorstudy.com/home/phd/SQLObject/inheritance/tests/test_sqlobject.py PS. I renamed test.py to test_sqlobject.py to import from it. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |