> The worst offender is > http://www.sqlobject.org/sqlobject-admin.html
Well, that may be the worst, and frankly I haven't been able to make it work reliably. But the best project of that kind is is Rails "Migrations," which handles incremental database schema upgrades in development and production a hell of a lot easier than manual creations of the necessary SQL table creations and updates for each incremental release. See http://wiki.rubyonrails.com/rails/pages/UnderstandingMigrations for more information. I think this really is amazingly useful, and it would be a wonderful feature for people who do "agile" development in python. So I see it as really worth doing, but it does seem like it does belong in a separate project, or at least a set of functions that is mostly orthogonal to the main SQLAlchemy functions. --Mark Ramm ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

