# Functions
NewAwsRDS instantiates an aws rds.
NewMySQL instantiates a mysql.
ParseSQLRows will parse the row.
TestStorePutGet define the common test cases for put and get.
TestStoreTransaction define the common test cases for transaction.
# Structs
ActionHistory define the schema for action history.
# Interfaces
Store is the interface of KV store.