mberends/MiniDBI/lib/MiniDBD/mysql
MiniDBI src
DESCRIPTION
# 'zavolaj' is a Native Call Interface for Rakudo/Parrot. 'MiniDBI' and
# 'MiniDBD::mysql' are Perl 6 modules that use 'zavolaj' to use the
# standard mysqlclient library. There is a long term Parrot based
# project to develop a new, comprehensive DBI architecture for Parrot
# and Perl 6. MiniDBI is not that, it is a naive rewrite of the
# similarly named Perl 5 modules. Hence the 'Mini' part of the name.
CLASSES
The MiniDBD::mysql module contains the same classes and methods as every
database driver. Therefore read the main documentation of usage in
L<doc:MiniDBI> and internal architecture in L<doc:MiniDBD>. Below are
only notes about code unique to the MiniDBD::mysql implementation.
SEE ALSO
The MySQL 5.1 Reference Manual, C API.
L<http://dev.mysql.com/doc/refman/5.1/en/c-api-function-overview.html>