NAME

mydb.pl - DBIx::Renderer demonstration program

SYNOPSIS

./mydb.pl | psql

DESCRIPTION

This is a demonstration program for DBIx::Renderer, using the Postgres renderer to construct a sample shop database. Its output should be bona fide SQL that can be passed to Postgres.

NOTES

For extra brownie points, install GraphViz::DBI (also by yours truly and available from CPAN) and use dbigraph.pl to graph the tables and their connections. You should arrive at the same graph as was bundled in the exmaples/ directory of GraphViz::DBI, since this is the database used to create it.

BUGS

None known.

AUTHOR

Marcel Grünauer <marcel@codewerk.com>

COPYRIGHT

Copyright 2001 Marcel Grünauer. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

DBI(3pm).