DBIx-Browse

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

For example, in a Unix box with Postgres installed locally you should do
something like that:

# Optionally, create a test database
$ createdb --host localhost --user john test
# ...
# Create the tables
$ psql --host localhost --user john -f examples/test.psql test
# ...
# Setup environment
$ setenv DBI_DSN "dbi:Pg:database=test;host=localhost;user=john;password=doe"
$ setenv DBIX_BROWSE_MAKE_TEST 1
# ...
# Make tests
$ make test
# ...
#
# Optionally, destroy the test database
$ dropdb --host localhost --user john test


Usage Overview



( run in 0.331 second using v1.01-cache-2.11-cpan-3989ada0592 )