I have a Python 3rd party library I\'m importing and using SQLalchemy db.query(DbKey).all(). This works but the query it seems only gets back the columns specif
db.query(DbKey).all()