The CommandRecord class is accessible via the sqlobject.manager.command module.
'Record state of table definitions. The state of each table is written out to a separate file in a directory, and that directory forms a "version". A table is also added to your datebase (sqlobject_db_version) that reflects the version the database is currently at. Use the upgrade command to sync databases with code.'
Return classes ordered by their depth in the class dependency tree (this is not the inheritance tree), from the top level (independant) classes to the deepest level. The dependency tree is defined by the foreign key relations.
Shortens a filename to make it relative to the current directory (if it can). For display purposes.
Open an editor with the given text. Return the new text, or None if no edits were made. If given, everything after breaker will be ignored.
See the source for more information.