--On 27. April 2007 12:57:06 -0700 johnny <[EMAIL PROTECTED]> wrote:


Does this create a Object Mappers for those tables, so I can do the
following:

Lets say I have a table called "user" with columns "user_name" and
"password".

ed = User()
ed.user_name = 'Ed'
ed.password = 'edspassword'

You might read the fine SQLAlchemy tutorial first and learn about
mapper classes. sqlalchemy.org -> documentation->tutorial.

-aj

Attachment: pgp1pZXteSEtn.pgp
Description: PGP signature

Reply via email to