Hi,

>New user here trying to get started - I'd like to create an ORM map
>from an existing legacy (SQL Server) database - although I may convert
>this to Postgres or MySQL.
>  
>
If you just want to get going, SQLSoup is probably your best bet.

If you're serious about making a long-term move to SQLAlchemy, you 
probably want to make the SA definitions the master definition of your 
database. You can code them up by hand, or see about generating them 
automatically. I've coded the beginnings of an auto-generation script, 
but it needs a bit more work still.

http://www.sqlalchemy.org/trac/wiki/UsageRecipes/AutoCode

Paul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to