Re: SQLAlchemy defining tables in conf, orm mappying?

2008-01-28 Thread Joe Riopel
On Jan 22, 2008 2:15 AM, Kevin Baker <[EMAIL PROTECTED]> wrote: > Is the table definition there to manually define data-types for SA, so > that it can generate valid SQL with the SQL abstraction syntax? or > does it do more. Here is a good explanation of what the Table and Column definitions are

SQLAlchemy defining tables in conf, orm mappying?

2008-01-21 Thread Kevin Baker
I am setting up the table definition and ORM mapping in my model and wondering what it is doing exactly. Is the table definition there to manually define data-types for SA, so that it can generate valid SQL with the SQL abstraction syntax? or does it do more. I am open to ORM, have used it