| close_ssh | Close the ssh proxy connection |
| open | open a mysql connection, construct a database model |
| dump_inserts | dump the inserts transaction mysql file |
| create_filedump | |
| write_dumps | |
| table | Create a table reference |
| group_by | |
| left_join | mysql left join |
| on | on join condition test for left join operation |
| get_last_sql | get the last mysql query that execute |
| add | make insert into of a new record into database |
| save | make update of the database record |
| count | |
| where | |
| order_by | |
| project | make project of a single column |
| check | check of the target record is existsed inside the database or not? |
| find | |
| exec | exec sql and fetch result data as dataframe |
| select | make data pull from database |
| limit | |
| performance_counter | run the mysql performance counter in a given timespan perioid. |