bruce schrieb:
> hi....
> 
> i'm playing around, researching sqlobject, and i notice that it appears to
> require the use of "id" in each tbl it handles in the database.
> 
> if i already have a db schema, and it doesn't use 'id' as an auto-generated
> field, does that mean that i can't use/implement sqlobject.
> 
> is there a way to overide this function/behavior...

ORMs are best used not to map, but to model the data-structures. If you 
already have a schema and have to keep it, SQLAlchemy might be a better 
choice.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to