Is there a way to create object mappers with "bean managed
persistence", as the Java folks would call it? What I would like to do
is to map a class to a Selectable such as a join. Now when an object
is created, its attributes should be inserted into several tables.
Likewise, updates or deletes of objects should spread over several
tables. For this to happen, I think I would need to hook into the ORM.

Any ideas? I'm afraid that this is connected with the VIEWs on the
sqlalchemy todo list.

Best regards,
Klaus


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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