sqlalchemy wrote: > my regard for `information_schema` gets lower every day: #60, #71. > i've proposed on the list to drop the usage of information schema for > reflection altogether
I've thought about that too. For example, the mysql-specific stuff of ischema isn't used (commented out in databases/mysql.py). We do need a way to reflect the schema out of the database, right? How about exposing a common interface for all engines to report schema? This is kind of similar to the way DBAPI exposes a common interface to access a database, I guess. -- Luís Bruno _______________________________________________ Sqlalchemy-users mailing list Sqlalchemy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users