Actions

delete_row
Deletes one or more rows from a table

execute_query
Executes a query on the mysql database and returns the results

find_rows
Reads rows from a table

get_tables
Returns a list of tables in the database

insert_row
Inserts a new row into a table

update_row
Updates one or more rows in a table























