Re: [Sqlalchemy-users] view create-table script

2006-02-27 Thread Michael Bayer
we have someone working on Firebird support right now, and his firebird.py module is almost complete. ill try to get his work committed to the trunk. I guess that answers my question I had, which is "does anyone care about firebird support" also if you want to see all the generated S

[Sqlalchemy-users] view create-table script

2006-02-27 Thread Uwe Grauer
I am a new user of Sqlalchemy. I want to integrate Firebird as a new engine. How can i print out the database create script? Would it be helpful to create a tool for sqlalchemy which prints out the generated sql? Thanks, Uwe --- This S