koo.fi
SQLAlchemy Declarative Class Reflector
SQLAlchemy has a nice reflection facility which takes for example a database table name as argument and produces a Table object out of it for manipulation. However, those objects do not behave like…