It can perform several operations to access databases and perform schema management:
- Connects to a given MySQL database server
- Create and drop databases
- Create, drop tables or check if exists
- Insert rows in a table from an array of field values
- Delete specific rows from a table
- Optimize tables
- Execute SELECT queries and retrieve the results