> If anyone wants to toy with this, I posted it here for the
> meantime. Works with Postgresql and MSSQL for schema_names,
> table_names, constraints (including foreign keys) and columns.
>
> http://www.tnr.cc/dbinfo.py
>
eh, when all these attempts will be combined... 
here's mine: use as u can
http://dbcook.svn.sourceforge.net/viewvc/dbcook/trunk/dbcook/misc/metadata/autoload.py
http://dbcook.svn.sourceforge.net/viewvc/dbcook/trunk/dbcook/usage/sa_engine_defs.py
usage: something like
from sa_engine_defs import Dengine
    def open( db_type = 'memory', recreate =False, **engine_kargs):
        'uses default urls, and can recreate'
        url,kargs = Dengine.setup( db_type, recreate, **engine_kargs)
        return sqlalchemy.create_engine( url, **kargs)

ciao
svil

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