The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alzabo::Driver::MySQL - MySQL specific Alzabo driver subclass

SYNOPSIS

  use Alzabo::Driver::MySQL;

DESCRIPTION

This provides some MySQL specific implementations for the virtual methods in Alzabo::Driver.

METHODS

connect

This functions exactly as described in Alzabo::Driver.

create_database

This functions exactly as described in Alzabo::Driver.

get_last_id

Returns the last id created via an AUTO_INCREMENT column.

AUTHOR

Dave Rolsky, <autarch@urth.org>