Skip to content

First release

Compare
Choose a tag to compare
@360matt 360matt released this 13 Dec 20:02

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