Hello all,

I've done some finds over list, but not found the answer to solve my
problem.

I need to create some database objects(like a trigger) and insert some
initial data into table after creation, so I need to know if have some
way to do it transparent on sqlalchemy, like putting a method on
mapped class or provide a function to mapper.
Have any way to execute some sql statements at table creation or is
possible only execute the "CREATE TABLES"?

if have no way to do this, I need to get a list with all mapped
classes, than I will create my own process to create these objects and
insert the default data walking over each class.

thank's for any help


Alexandre

--~--~---------~--~----~------------~-------~--~----~
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