Module for holding all MySQL-related classes and modules for Sequel.
Whether to convert invalid date time values by default.
Only applies to Sequel::Database instances created after this has been set.
Set the default charset used for CREATE TABLE. You can pass the :charset option to create_table to override this setting.
Set the default collation used for CREATE TABLE. You can pass the :collate option to create_table to override this setting.
Set the default engine used for CREATE TABLE. You can pass the :engine option to create_table to override this setting.