First release
Include JDBC driver for MySQL.
With tables, we can:
- create or delete many table
- change their structure
And with rows we can:
- Insert one row
- Insert multiple row in one request
- Remove one row
- All inserts and remove are asynchronous
- Get rows by RowBuilder pattern
- Choose the number of rows you want get