Hi, 

This is my first post in sqlalchemy and I am a newbie to sqlalchemy, so 
please bear with me.

I wanted to create the same table structure in  different schemas  in 
postgresql.   Let's say I have a public schema where I will have some 
tables common to all the other non-public schemas.
In the non-public schemas I wanted to create exactly the same tables and 
these tables may have ForeignKeys to tables in public schema.

I wanted to use ORM. Any help or pointers in this regard would be great.   

Moreover, the number of non-public schemas is known only at the 
run-time.    I looked at the following example in the link:

https://bitbucket.org/zzzeek/sqlalchemy/wiki/UsageRecipes/EntityName

I thought it would work but here the number of classes are static but I 
know only at run-time.


Thanks,
srinivas

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to