| ah , well its the "record" and "upgrade" commands there where it goes into "management" territory. I have no interest in that sort of thing either, its a lot easier to just keep the DDLs in text files. i dont have any interest getting into versioning/ALTER statement generation. the "CREATE" functionality is there for basic application distribution; someone downloads your app, it can set up its tables to start with, in a database agnostic way. "DROP" functionality is there because, well its just one line of code and also its used in the unit tests to clean up after itself. Beyond that, the idea of abstracting DDL maintenance operations is way out of this thing's scope, and is better suited for a graphical tool or something. On Jan 2, 2006, at 12:32 AM, Jonathan Ellis wrote:
|
- Re: [Sqlalchemy-users] table create/drop options Jonathan Ellis
- Re: [Sqlalchemy-users] table create/drop options Michael Bayer
- Re: [Sqlalchemy-users] table create/drop options Mark Ramm
- Re: [Sqlalchemy-users] table create/drop options Michael Bayer

