I am working in a pyramid project and I\'ve the table in SQLAlchemy in declarative syntax
\"\"\"models.py\"\"\" class Projects(Base): __tablename__ = \'proje
You can do something similar to Foo Stack's answer without resorting to private fields by doing:
conn.execute(query).keys()