[SQLObject] Re: Checking if a table exists ?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Hendrik M. <he...@ma...> - 2004-09-19 15:07:35
|
> Author.createTable(ifNotExists=True) IMO, it would still be very handy to be able to have SQLObject check if a table exists. In fact, I think it would be very cool if SQLObject provided a method that compares an existing database table scheme to the scheme defined in an SQLObject class and returns True if they match. - Hendrik -- http://www.mans.de |