not within SQLA, though you can propose this feature for sqlalchemy- 
migrate.

"schemas" are a slippery topic among databases (such as on oracle, the  
"schema" is really the user who "owns" the tables, on sqlite its  
unclear if a "schema" is a separate file, or what, etc.) so SQLA  
doesn't get involved at this level.


On Sep 1, 2008, at 1:06 PM, Diez B. Roggisch wrote:

>
> Hi,
>
> I need to enhance sqlalchemy-migrate to consider schemas. I already  
> wrote most
> of the code - just one convenience-feature is missing: the  
> possibility to
> enumerate *all* schemas a certain engine has.
>
> I can do that with a bit of sql of course - yet I wonder: is there a  
> way to
> accomplish this through the API? I skimmed the docs, to no avail.
>
> Thanks,
>
> Diez
>
> >


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