mysql

DESCRIPTION # 'DBIish' and 'DBDish::mysql' are Perl 6 modules that use NativeCall # to use the standard mysqlclient library. There is a long term Rakudo # based project to develop a new, comprehensive DBI architecture for # Perl 6. DBIish is not that, it is a naive rewrite of the # similarly named Perl 5 modules.

CLASSES The DBDish::mysql module contains the same classes and methods as every database driver. Therefore read the main documentation of usage in DBIish and internal architecture in doc: DBDish not found. Below are only notes about code unique to the DBDish::mysql implementation.

SEE ALSO The MySQL 5.1 Reference Manual, C API. http://dev.mysql.com/doc/refman/5.1/en/c-api-function-overview.html

DBIish v0.6.4

Database connectivity for Raku

Authors

    License

    BSD-2-Clause

    Dependencies

    NativeHelpers::BlobNativeLibs

    Test Dependencies

    Provides

    • DBDish
    • DBDish::Connection
    • DBDish::ErrorHandling
    • DBDish::Oracle
    • DBDish::Oracle::Connection
    • DBDish::Oracle::Native
    • DBDish::Oracle::StatementHandle
    • DBDish::Pg
    • DBDish::Pg::Connection
    • DBDish::Pg::ErrorHandling
    • DBDish::Pg::Native
    • DBDish::Pg::StatementHandle
    • DBDish::SQLite
    • DBDish::SQLite::Connection
    • DBDish::SQLite::Native
    • DBDish::SQLite::StatementHandle
    • DBDish::StatementHandle
    • DBDish::TestMock
    • DBDish::TestMock::Connection
    • DBDish::TestMock::StatementHandle
    • DBDish::mysql
    • DBDish::mysql::Connection
    • DBDish::mysql::Native
    • DBDish::mysql::StatementHandle
    • DBIish
    • DBIish::Common
    • DBIish::CommonTesting

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.