logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Dave Rolsky, <autarch@urth.org>

perl v5.34.0                                       2022-06-14                         Alzabo::Driver::MySQL(3pm)

Description

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

Methods

connect,create_database,drop_database
       Besides the parameters listed in the Alzabo::Driver docs, these methods will also include any parameter
       starting with "mysql_" in the DSN used to connect to the database.  This allows you to pass parameters
       such as "mysql_default_file".  See the DBD::mysql docs for more details.

   schemas
       This method accepts optional "host" and "port" parameters.

   get_last_id
       Returns the last id created via an AUTO_INCREMENT column.

Name

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

Synopsis

         use Alzabo::Driver::MySQL;

See Also