Add method for TableHandler in ModelSQL
TableHandler is a little bit complicate to create. The backend import is not the usual way. So I propose to have a method __table_handler__ on ModelSQL (similar to __table__) which return a TableHandler instance for the class.