[][src]Module pikmin::writer::db_mysql

A writer implementation for MySQL.

Structs

MySQLWriter

A writer implementation for MySQL.

TableDef

A definition for MySQL. First value is a name of the column, and 2nd is a following definition in a CREATE TABLE statement.

Traits

MySQLWriterElement

An constraint for MySQLWriter.