The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
new
    $db_schema = new Cosmic::DB::Schema( $dbh );
datatype

Accessor to the data type equivalents

producer

Creates the DDL code for the passed DB schema

qid

Short quote ID

create_column

Creates the column code

create_primary_key

Creates the primary key code

create_index

Creates the index code

create_constraint_foreign

Creates the foreign constraint code

drop_table

Creates the drop table code

drop_index

Creates the drop index code

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 8:

Unknown directive: =head

Around line 10:

Unknown directive: =head

Around line 25:

'=item' outside of any '=over'

=over without closing =back