- mysql connector with history
- PyMySQL
- Python3
- host : host ip/domains
- id : user id
- db : db to use
- cursor_type : cursor type in PyMySQL
- get_settings/set_settings : getter, setter of variables
- query
- get password
- get query string
- get results and put it into history
- print history
- query_with_string
- get password
- get results(with given string) and put it into history
- print history
- clear_history : reset history to
[]
- get_history : return copy of history,
List(Dict)
- get_history_dict : return copy of history,
Dict(List)
- export_csv, export_pickle : export history to given filename