Re: [sqlalchemy] ORM or Core

2011-09-21 Thread Michael Bayer
On Sep 21, 2011, at 1:46 AM, RedBaron wrote: > Hi, > I am a newbie to SQLAlchemy. While reading the docs on the sqlalchemy > site, I was a bit confused about ORM and Core. > From what I understand, we can define table and class mapping either > through ORM (defining a class that extends Base and

[sqlalchemy] ORM or Core

2011-09-20 Thread RedBaron
Hi, I am a newbie to SQLAlchemy. While reading the docs on the sqlalchemy site, I was a bit confused about ORM and Core. >From what I understand, we can define table and class mapping either through ORM (defining a class that extends Base and so on) or we can directly use Core components (Define Ta