perl6/DBIish/lib/DBDish/Pg
DBIish src
DESCRIPTION
# 'zavolaj' is a Native Call Interface for Rakudo/Parrot. 'DBIish' and
# 'DBDish::Pg' are Perl 6 modules that use 'zavolaj' to use the
# standard libpq library. There is a long term Parrot based
# project to develop a new, comprehensive DBI architecture for Parrot
# and Perl 6. DBIish is not that, it is a naive rewrite of the
# similarly named Perl 5 modules. Hence the 'Mini' part of the name.
CLASSES
The DBDish::Pg module contains the same classes and methods as every
database driver. Therefore read the main documentation of usage in
L<doc:DBIish> and internal architecture in L<doc:DBDish>. Below are
only notes about code unique to the DBDish::Pg implementation.
SEE ALSO
The Postgres 8.4 Documentation, C Library.
L<http://www.postgresql.org/docs/8.4/static/libpq.html>