DBIx-Frame
view release on metacpan or search on metacpan
DBIx/Frame.pm view on Meta::CPAN
Example (from TCB::Publications::Papers):
$NAME = "Papers";
Related functions: C<tables()>
=item FIELDS
This is a hashref containing the fields contained within the table. The
hash has field-name/content-type key/value pairs. These fields are assumed to
be the only ones the table knows of, and extra data will be discarded by
the functions above. As such, this is vital if you actually want to use
the database.
Example (from TCB::Publications::Papers):
$FIELDS = {
# Non User-Modified Information
'ID' => 'INT NOT NULL PRIMARY KEY AUTO_INCREMENT',
( run in 1.502 second using v1.01-cache-2.11-cpan-524268b4103 )