Skip to content
Advertisement

Tag: pyramid

get table columns from sqlAlchemy table model

I have a table where I would like to fetch all the column names however after browsing the interwebs I could not find a way that works. This is what my table looks like: I would like to be able to print all the column names from a for loop. ex: This is pretty easy with regular sql but I

Advertisement