Pg

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

CLASSES The DBDish::Pg 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::Pg implementation.

SEE ALSO The PostgreSQL Documentation, C Library. https://www.postgresql.org/docs/current/static/libpq.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.