dodotable icon indicating copy to clipboard operation
dodotable copied to clipboard

Abstract __query__ to support various backends of table

Open kanghyojun opened this issue 9 years ago • 0 comments

Now in dodotable __query__ build sqlalchemy.query.Query instance only. however if __query__ is implemented as a some abstract interface, dodotable can choice its way to populate datas from query.

so dodotable can get data from python's dict or list, sqlalchemy query, response JSON get from API call(using requests or any request library) and etc.

kanghyojun avatar Jun 23 '16 08:06 kanghyojun