Friday, 6 September 2013

column names and types for insert operation in sqlalchemy

column names and types for insert operation in sqlalchemy

I am building a sqlite browser in Python/sqlalchemy.
Here is my requirement. I want to do insert operation on the table. I need
to pass a table name to a function. It should return all columns along
with the respective types.
Can anyone tell me how to do this in sqlalchemy ?

No comments:

Post a Comment